-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Drupal 7 specific vagrant configured VirtualBox to test out Drupal 7. The single command line installation script will take care of everything, and when finished http://local.drupal.org should be accessible for review. Makes use of the submodule Vagrant which contains all the actual vagrant configuration and puppet scripts.
- Download and install install VirtualBox for Windows or Mac.
- Download and install vagrant for Windows or Mac
- If you are using Windows please download and install Cygwin. See Cygwin Setup for help. Make sure to install ssh and git packages.
Copy and paste this into your shell to install everything:
curl -L -s http://goo.gl/0M4EKK | bash
Installation script will:
- Create a virtual box on 33.33.33.67
- Modify hosts file mapping local.drupal.org to 33.33.33.67
- Create the drupal database.
- Install drupal.
- Install and enable modules: devel, module_filter, admin_menu.
- Disable modules: overlay, toolbar.
After installation script is finished open a browser and navigate to http://local.drupal.org (If Chrome is present on Mac OSX the script will attempt to automatically open the browser)
- Example Drush site.make file
- Install Drupal 7 DB & core script
- local-settings.php
- Drush site.make rebuild script
- Behat/Mink install script to automate website testing
Feel free to contact me bryan.hazelbaker@gmail.com with any questions. Submit all bug reports or feature requests to the Issue Queue. Please see the Wiki for more information.