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

13 lines
540 B
Markdown
Raw Permalink Normal View History

2021-09-11 16:36:39 +00:00
# Installation
* Clone the repo
* `composer install`
* `mkdir web/sites/default/files`
* `chgrp www-data -R web`
* `chmod g+w -R web/sites/default/files`
* Create database & run the web installer (choose "Standard")
* drush config-set system.site uuid 8061a200-27ed-4d40-8fc0-e239276e66dd
* `drush config:delete shortcut.set.default`
* `drush config:import --source ../config`
2021-09-11 17:26:10 +00:00
* In the GUI go to Structure->Content As Config and import all the taxonomy terms
2021-09-11 16:36:39 +00:00
* Appearance->Settings->Bartik and just save what's in there (to regenerate css)