Basic Vagrant development box for the gigfm project
- Install VirtualBox
- Install Vagrant
mkdir ~/dev-gigfm- Clone this repo (I found it useful to create a
~/vagrant/directory and cloning it in there) - cd into your cloned directory
- Run
vagrant up - Add
192.168.56.11 gigfm-vmto your/etc/hostsfile - Browse to
http://gigfm-vmin your browser
You now have a working VM that you can use for development and testing locally.