From f4739575c05ba7a9f26fc46ecb060bc78aad5831 Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 1 Apr 2022 10:25:50 +0200 Subject: [PATCH 1/7] 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/7] 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/7] 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/7] 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/7] 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") From 568a3aeb93f651319ce42c91b6adeb923344a4b1 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 1 Apr 2022 10:35:06 +0200 Subject: [PATCH 6/7] updated drupal and removed old refrences --- composer.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 02aa0f7..cc72d02 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "drupal/recommended-project", - "description": "Project template for Drupal 8 projects with a relocated document root", + "description": "Project template for Drupal 9 projects with a relocated document root", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/drupal", @@ -11,11 +11,7 @@ "repositories": [ { "type": "composer", - "url": "https://packages.drupal.org/8" - },{ - - "type": "vcs", - "url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/goodnightout_opencase.git" + "url": "https://packages.drupal.org/9" },{ "type": "vcs", @@ -23,7 +19,6 @@ } ], "require": { - "autonomic/goodnightout_opencase": "dev-master", "autonomic/opencase": "dev-master", "composer/installers": "^1.2", "drupal/admin_toolbar": "^3.1", From 572cc7e9d30d37789192803f416918e8fde717b3 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 1 Apr 2022 10:44:27 +0200 Subject: [PATCH 7/7] back towards 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cc72d02..9b91b47 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "repositories": [ { "type": "composer", - "url": "https://packages.drupal.org/9" + "url": "https://packages.drupal.org/8" },{ "type": "vcs",