From 40fd34b1144dbce8cd4430e058ecdf9e2b076b99 Mon Sep 17 00:00:00 2001 From: naomi Date: Wed, 2 Mar 2022 08:46:21 +0100 Subject: [PATCH] Update 'docs/install.md' --- docs/install.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/install.md b/docs/install.md index 4529092..cf730b0 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,12 +2,15 @@ * Clone the repo * `composer install` +* Configure your local web server to serve the `web` directory as a site * `mkdir web/sites/default/files` * `chgrp www-data -R web` * `chmod g+w -R web/sites/default/files` -* Create database & run the web installer (choose "Standard") -* drush config-set system.site uuid 8061a200-27ed-4d40-8fc0-e239276e66dd -* `drush config:delete shortcut.set.default` -* `drush config:import --source ../config` -* In the GUI go to Structure->Content As Config and import all the taxonomy terms +* Create a database +* Go to the local url and run the web installer (choose "Standard") +* `cd` to the `web` directory +* `vendor/bin/drush config-set system.site uuid 8061a200-27ed-4d40-8fc0-e239276e66dd` (this is so that the config will import, as it will only import if the uuid is the same as the site it was generated from) +* `vendor/bin/drush config:delete shortcut.set.default` (it always complains about the shortcut set already existing when you try to import the config) +* `vendor/bin/drush config:import --source ../config` +* ~In the GUI go to Structure->Content As Config and import all the taxonomy terms~ Not sure if this is working * Appearance->Settings->Bartik and just save what's in there (to regenerate css) \ No newline at end of file