This repository has been archived on 2022-07-13. You can view files and clone it, but cannot push or open issues or pull requests.
opencase_composer/README.md

20 lines
964 B
Markdown
Raw Normal View History

2021-09-12 08:05:38 +00:00
# Installation
* Clone the repo
* `composer install`
2022-03-02 07:46:21 +00:00
* Configure your local web server to serve the `web` directory as a site
2021-09-12 08:05:38 +00:00
* `mkdir web/sites/default/files`
2022-04-01 08:34:50 +00:00
* `cp web/sites/default/default.settings.php web/sites/default/settings.php`
2021-09-12 08:05:38 +00:00
* `chgrp www-data -R web`
* `chmod g+w -R web/sites/default/files`
2022-04-01 08:33:49 +00:00
* `chmod g+w web/sites/default/settings.php`
2022-03-02 07:46:21 +00:00
* Create a database
* Go to the local url and run the web installer (choose "Standard")
2022-04-01 09:48:03 +00:00
* `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)
2022-05-12 16:47:50 +00:00
* Import the config from the opencase module by going (in a terminal) to `web/modules/contrib/opencase` and then running `./pull_project.sh`
2022-04-08 11:28:05 +00:00
* Appearance->Settings->Bartik and just save what's in there (to regenerate css)