From e155c1508a56dbb447884631375bb3d47be1ef72 Mon Sep 17 00:00:00 2001 From: naomi Date: Sat, 11 Sep 2021 18:36:39 +0200 Subject: [PATCH] Add 'install.md' --- install.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 install.md diff --git a/install.md b/install.md new file mode 100644 index 0000000..32a21a8 --- /dev/null +++ b/install.md @@ -0,0 +1,12 @@ +# Installation + +* Clone the repo +* `composer install` +* `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` +* Appearance->Settings->Bartik and just save what's in there (to regenerate css) \ No newline at end of file