From 4d57e436d34b3cc42c6ce005ffadfe13d8fdfd3e Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 1 Apr 2022 10:48:03 +0100 Subject: [PATCH] added uuid to readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5e88e6..ec00ea0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ * `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 -* `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` +* `drush config-set "system.site" uuid "0c85ec7c-68f9-419f-92bb-d9a3a256ca23"` (this allows you to import & export config to other sites built using this repo) +* `drush config:delete shortcut.set.default` (it always complains about the shortcut set already existing when you try to import the config) +* `drush config:import --source ../config` * Appearance->Settings->Bartik and just save what's in there (to regenerate css) \ No newline at end of file