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.ymlasconfig.yml, changing the hostname and/or ip as you see fit. - Add the hostname and ip from
config.ymlto your machine'shostsfile. - Run
vagrant upfrom within theprivatedirectory. A Drupal 8 install will be created within adocrootfolder in your project root. - On line 761 of
docroot/sites/default/settings.php, changelocalhostto the hostname you set inconfig.yml