Skip to content

itk-dev/hoeringsportal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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