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-vm
to your/etc/hosts
file - Browse to
http://gigfm-vm
in your browser
You now have a working VM that you can use for development and testing locally.