https://github.com/itk-dev/hoeringsportal
https://github.com/itk-dev/hoeringsportal
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itk-dev/hoeringsportal
- Owner: itk-dev
- License: gpl-2.0
- Created: 2018-06-25T12:33:46.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-13T18:31:09.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T06:46:00.379Z (almost 2 years ago)
- Language: PHP
- Size: 37.8 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Høringsportal
[](https://woodpecker.itkdev.dk/repos/10)
[](https://github.com/itk-dev/hoeringsportal/releases)
[](https://github.com/itk-dev/hoeringsportal/actions/workflows/pr.yaml)
[](https://codecov.io/gh/itk-dev/hoeringsportal)
[](https://github.com/itk-dev/hoeringsportal/commits/develop/)
[](https://github.com/itk-dev/hoeringsportal/blob/develop/LICENSE)
## Configuration
### Guides
1. [Local development](documentation/localDevelopment.md)
2. [OpenIdConnect setup](documentation/openIdConnect.md)
3. [Deskpro setup](web/modules/custom/hoeringsportal_deskpro/README.md)
4. [Pretix setup](documentation/pretix.md)
5. [Custom Høringsportalen theme](web/themes/custom/hoeringsportal/README.md)
6. [Testing](documentation/Testing.md)
## Database dumps
The `docker compose` setup contains a couple of database dumps, one for Drupal
and one for pretix (see [Pretix setup](documentation/pretix.md) for details), to
make it easy to get started. When upgrading or adding new functionality to
Drupal, you may need to upgrade the database dump:
```sh
task database-dump
```
## Setting up cron
A number of `cron` jobs must be set up to make things happen automagically; see
* [Hoeringsportal data](web/modules/custom/hoeringsportal_data/README.md)
* [Hoeringsportal public meeting](web/modules/custom/hoeringsportal_public_meeting/README.md)
## Search
``` sh name=search-reindex
task drush -- search-api:reset-tracker
task drush -- search-api:rebuild-tracker
task drush -- search-api:index
```