##Requirements
- virtualBox >= 4.3.x
- vagrant >= 1.6.x
- From inside the project root, run
vagrant up - You will be prompted for the administration password on your host machine.
- Open your hosts file on your host (e.g.,
sudo vim /etc/hosts), and add the following line:
10.33.36.41 scylla.dev
- Visit
scylla.devin your browser of choice.
##How do I work on this?
- From inside the project root
vagrant ssh - Navigate to `/var/www/sites/scylla.dev
There is your project. Run drush commands from the www directory just like you would without a VB.
- run build/install.sh from the project root to install Drupal.
##Troubleshooting
- If on
vagrant upNFS mounting just hangs, halt the process, removeexports(rm /etc/exports), and runvagrant upagain. - If you get the error
Command: ["hostonlyif", "create"], you need to restart VirtualBox.
sudo /Library/Application\ Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh restart