Skip to content

Instantly share code, notes, and snippets.

@codecats
Created November 1, 2015 16:27
Show Gist options
  • Save codecats/240b75fb365ac0aba29b to your computer and use it in GitHub Desktop.
Save codecats/240b75fb365ac0aba29b to your computer and use it in GitHub Desktop.
vagrant box
https://scotch.io/tutorials/how-to-create-a-vagrant-base-box-from-an-existing-one
vagrant box add crbox cr.box
clone code
vagrant init crbox
edit Vagrantfile (if not included- add 192.168.192.168)
create logs dir in ~/src
in apps dir copy local_settings_example > local_settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment