Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

executable file
·
30 lines (21 loc) · 1.14 KB

Høringsportal

Configuration

Guides

  1. Local development
  2. OpenIdConnect setup
  3. Deskpro setup
  4. Pretix setup
  5. Custom Høringsportalen theme
  6. Testing

Database dumps

The docker compose setup contains a couple of database dumps, one for Drupal and one for pretix, to make it easy to get started. When adding new functionality to Drupal, you may need to upgrade the database dump.

# Dump the database
docker compose exec phpfpm vendor/bin/drush sql:dump --extra-dump='--skip-column-statistics' --structure-tables-list="cache,cache_*,advancedqueue,history,search_*,sessions,watchdog" --gzip --result-file=/app/.docker/drupal/dumps/drupal.sql

Setting up cron

A number of cron jobs must be set up to make things happen automagically; see