From f4739575c05ba7a9f26fc46ecb060bc78aad5831 Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 1 Apr 2022 10:25:50 +0200 Subject: [PATCH 1/5] Update 'README.md' --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cf730b0..edd816e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ * 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 From d5681f4ffc6d0e27887a1c5211bbf33c585ac360 Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 1 Apr 2022 10:31:43 +0200 Subject: [PATCH 2/5] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edd816e..dd8d704 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ * `mkdir web/sites/default/files` * `chgrp www-data -R web` * `chmod g+w -R web/sites/default/files` +* `cp web/sites/default/default.settings.php web/sites/default/settings.php` * Create a database * Go to the local url and run the web installer (choose "Standard") * `cd` to the `web` directory From 336ba8297355137026d0f677b9cd2c87dbc7ab2d Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 1 Apr 2022 10:33:31 +0200 Subject: [PATCH 3/5] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd8d704..6ba8597 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ * `chgrp www-data -R web` * `chmod g+w -R web/sites/default/files` * `cp web/sites/default/default.settings.php web/sites/default/settings.php` +* `chmod g+w -R web/sites/default/settings.php` * Create a database * Go to the local url and run the web installer (choose "Standard") * `cd` to the `web` directory From 906d7f61bf29517689077196d6e10ec54b506c0d Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 1 Apr 2022 10:33:49 +0200 Subject: [PATCH 4/5] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba8597..1510dd9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ * `chgrp www-data -R web` * `chmod g+w -R web/sites/default/files` * `cp web/sites/default/default.settings.php web/sites/default/settings.php` -* `chmod g+w -R web/sites/default/settings.php` +* `chmod g+w web/sites/default/settings.php` * Create a database * Go to the local url and run the web installer (choose "Standard") * `cd` to the `web` directory From 8fe210aa68d5d92edb9aba8b783a45f19480e86b Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 1 Apr 2022 10:34:50 +0200 Subject: [PATCH 5/5] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1510dd9..d5e88e6 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ * `composer install` * Configure your local web server to serve the `web` directory as a site * `mkdir web/sites/default/files` +* `cp web/sites/default/default.settings.php web/sites/default/settings.php` * `chgrp www-data -R web` * `chmod g+w -R web/sites/default/files` -* `cp web/sites/default/default.settings.php web/sites/default/settings.php` * `chmod g+w web/sites/default/settings.php` * Create a database * Go to the local url and run the web installer (choose "Standard")