Posted by christianchristensen on March 16, 2011 at 4:13pm
What
VirtualBox Vagrant Chef Drupal install
How
- Download and Install VirtualBox (ensure you are on the latest version 4.0.8+)
- Install vagrant
- Download a vagrant box:
vagrant box add base http://files.vagrantup.com/lucid32.box - Download or Clone this project go to the folder and launch the box:
cd [vagrant project directory];
vagrant up - Add this line to your /etc/hosts (or windows equivalent):
33.33.33.10 drupal.vbox.local dev-site.vbox.local
That's it, files in "public" are served here : http://drupal.vbox.local/
To connect to the console of you instance:vagrant ssh
Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Downloads: 309
- Last modified: May 11, 2012
