version 0.1.0
Builds a Drupal environment and site on top of a Vagrant vm. This repo can be used as is to get a Drupal site up and running quickly or as a template for your own Drupal projects.
- This project's source
- Not windows (haven't tested it yet, but you can try)
- Ruby >= 1.9.2 (do yourself a favor and use rvm to manage your ruby environment)
- VirtualBox
- vagrant gem 0.9.x
- chef gem
- librarian gem
-
Start on the host by provisioning and logging into a vm:
host$ git clone git://github.com/xforty/vagrant-drupal.git host$ cd vagrant-drupal host$ librarian-chef install host$ vagrant up host$ vagrant ssh
-
Then build and install a drupal site on the vm:
vm$ sudo drush make --prepare-install /vagrant/example.make /srv/www vm$ cd /srv/www vm$ sudo drush site-install --db-url=mysql://dbuser:password@localhost/drupal
-
Go to http://localhost:4567 and log in to the drupal site with the credentials specified in the site-install output.
It is common to modify the Vagrantfile. We encourage you to read through the comments in the Vagrantfile as well as the official Vagrant documentation for other possible configurations.
- xforty-drupal - extendable and overridable drupal make files
- Project Wiki - HowTos, FAQs, and advanced usage
- Project Issues - submitting bugs and feature requests
Maintained by xforty technologies