Drupal specific vagrant configured virtual box for drupal 8 development. The single command line installation script will take care of everything, and when finished http://local.drupal8.org should be accessable for review. This repo 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/WH6RIU | bash
Installation script will:
- Create a virtual box on 33.33.33.69
- Modify hosts file mapping local.drupal8.org to 33.33.33.69
- Create the drupal database.
- Enable modules: devel, dblog
After installation script is finished open a browser and navigate to http://local.drupal8.org (If Chrome is present on Mac OSX the script will attempt to automtically open the browser)