Build the Box/Package for the Default Ruby Dev Environment.
Base Configuration is:
- Ubuntu 16.04
- Ruby 2.4
- Rails 5.1
- Postgres 9.5
- Redis 3.2.9
- 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
- start vagrant with
vagrant up
to download and configure the box image - Login into vagrant using 'vagrant ssh`
- run
BOX_VERSION=[VERSION] make upload_new_version