Drupal 8 install

This commit is contained in:
Rob Davies 2017-02-13 14:58:09 +00:00
parent 931f371f92
commit 83a0d3a149

View file

@ -23,3 +23,4 @@ $local_settings = __DIR__ . "/settings.local.php";
if (file_exists($local_settings)) {
include $local_settings;
}
$settings['install_profile'] = 'standard';