Merge branch 'master' of ssh://git.autonomic.zone:2222/autonomic-cooperative/opencase_composer
This commit is contained in:
		| @ -4,13 +4,13 @@ | |||||||
| * `composer install` | * `composer install` | ||||||
| * Configure your local web server to serve the `web` directory as a site | * Configure your local web server to serve the `web` directory as a site | ||||||
| * `mkdir web/sites/default/files` | * `mkdir web/sites/default/files` | ||||||
|  | * `cp web/sites/default/default.settings.php web/sites/default/settings.php` | ||||||
| * `chgrp www-data -R web` | * `chgrp www-data -R web` | ||||||
| * `chmod g+w -R web/sites/default/files` | * `chmod g+w -R web/sites/default/files` | ||||||
|  | * `chmod g+w web/sites/default/settings.php` | ||||||
| * Create a database | * Create a database | ||||||
| * Go to the local url and run the web installer (choose "Standard") | * Go to the local url and run the web installer (choose "Standard") | ||||||
| * `cd` to the `web` directory | * `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: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` | * `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) | * Appearance->Settings->Bartik and just save what's in there (to regenerate css) | ||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|     "name": "drupal/recommended-project", |     "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", |     "type": "project", | ||||||
|     "license": "GPL-2.0-or-later", |     "license": "GPL-2.0-or-later", | ||||||
|     "homepage": "https://www.drupal.org/project/drupal", |     "homepage": "https://www.drupal.org/project/drupal", | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user