Drupal 8 box.
- vagrant >= 1.2.0 (1.4.x recommended)
Legacy Note: you no longer need any particular vagrant plugins. The box is already provisioned, so there's no need for a chef run.
- Run
vagrant up
to build the environment. - ssh in with
vagrant ssh
- Navigate to
/var/www/sites/PROJECT
.
- Set up your hosts file to include default-d8.dev with an ip address of 10.33.36.58
- Run vagrant up (Vagrant is pointing to a box that is located on an Amazon S3 account.)
- In you browser go to http://default-d8.dev
- Follow instructions for setting up the Drupal 8 database