rjmackay / askaway-vagrant

Vagrant + Puppet Rails box for AskAway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant + Puppet Development Setup for Askaway

Requires vagrant and virtualbox

  1. Change this line in the Vagrantfile to point to the askaway codebase config.vm.synced_folder "../askaway", "/var/www", id: "askaway-root", :nfs => true
  2. Run vagrant up
  3. Go to http://192.168.33.201

You may need to manually start rails server..

  1. Run vagrant ssh
  2. Run cd /var/www/
  3. Run bundle exec rails server -d
  4. Run exit

Hopefully this should work for many rails sites.

About

Vagrant + Puppet Rails box for AskAway


Languages

Language:Ruby 90.4%Language:Puppet 9.6%