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.
Go to file
naomi ab732b0eda Revert "Addded number of cases to trainer display and all trainers view"
This reverts commit 2a8936e106.
2022-05-09 17:16:50 +01:00
config Revert "Addded number of cases to trainer display and all trainers view" 2022-05-09 17:16:50 +01:00
docs moved installation instructions to README.md 2022-03-02 07:48:01 +00:00
.drone.yml updated opencase 2022-04-03 15:05:38 +01:00
.gitignore Added script for updating project 2022-04-08 11:21:00 +01:00
README.md moved installation instructions to README.md 2022-03-02 07:48:01 +00:00
composer.json Added csv download option to reports. 2022-04-21 13:48:35 +01:00
composer.lock Revert "Addded number of cases to trainer display and all trainers view" 2022-05-09 17:16:50 +01:00
update_project.sh Added script for updating project 2022-04-08 11:21:00 +01:00

README.md

Installation

  • Clone the repo
  • composer install
  • Configure your local web server to serve the web directory as a site
  • mkdir web/sites/default/files
  • chgrp www-data -R web
  • chmod g+w -R web/sites/default/files
  • 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)