Build the Box/Package for the Default Ruby Dev Environment.
Base Configuration is:
- Ubuntu 16.04
- Ruby 2.4/2.5
- Nodejs 8.10
- Fork this directory
- Install Vagrant
https://www.vagrantup.com/
- Install VirtualBox
https://www.virtualbox.org/
- Install VBGuest to keep Guest Additions in sync.
vagrant plugin install vagrant-vbguest
- Install vagrant-dns to enable dns resolution from host to guest.
vagrant plugin install vagrant-dns
- start vagrant with
vagrant up
to build and configure the box image - restart box image after completion.
vagrant halt && vagrant up
- Login into vagrant using 'vagrant ssh`