Stock Drupal 8 site for vanilla development.
- Save or clone this repo, renaming the folder to the name of your project.
- Save
private/example.config.yml
asconfig.yml
, changing the hostname and/or ip as you see fit. - Add the hostname and ip from
config.yml
to your machine'shosts
file. - Run
vagrant up
from within theprivate
directory. A Drupal 8 install will be created within adocroot
folder in your project root. - On line 761 of
docroot/sites/default/settings.php
, changelocalhost
to the hostname you set inconfig.yml