rutha.net staging and deployment vagrant environment
git clone https://github.com/molekilla/rutha.net
into host machine- Share folder with guest machine
# Share an additional folder to the guest VM. The first argument is
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
config.vm.synced_folder "~/Code/rutha.net", "/home/vagrant/repos/rutha.net"
- Provision VM
- Install Ansible
- Install Virtualbox
- Install Vagrant
git clone https://github.com/molekilla/ruthanet_deploy
cd ruthanet_deploy
- Run
vagrant up
- Enjoy!