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

632 B

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: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
  • Appearance->Settings->Bartik and just save what's in there (to regenerate css)