DEV-VM - reusable environment for all
Default Ruby Dev Environment.
Base Configuration is:
- Ubuntu 16.04
- Ruby 2.4
- Rails 5.1
- Postgres 9.5
- Redis 3.2.8
- Fork this directory
- Install Vagrant
https://www.vagrantup.com/
- Install VirtualBox
https://www.virtualbox.org/
- Install Vagrant-DNS
vagrant plugin install vagrant-dns
- Register the DNS server as a resolver
vagrant dns --install
- start vagrant with
vagrant up
to download and configure the box image - Login into vagrant using 'vagrant ssh`
- customize
my-env.sh
to your preferences - configure
~/.gitconfig
as necessary