@@ -17,14 +17,14 @@ controller](https://github.com/itk-dev/itk_pretix/blob/main/src/Controller/Preti
1717` settings.local.php ` ] ( https://github.com/itk-dev/itk_pretix/blob/main/README.md#configuration ) :
1818
1919``` php
20- $settings['itk_pretix']['drupal_base_url'] = 'http://hoeringsportal .local.itkdev.dk:8080';
20+ $settings['itk_pretix']['drupal_base_url'] = 'http://deltag .local.itkdev.dk:8080';
2121```
2222
2323### Pretix build
2424
2525Sign in to pretix:
2626
27- Go to [ Local pretix] ( http://pretix.hoeringsportal .local.itkdev.dk/control/ ) and
27+ Go to [ Local pretix] ( http://pretix.deltag .local.itkdev.dk/control/ ) and
2828sign in with username ` admin@localhost ` and password ` admin ` .
2929
3030#### Resetting pretix database
@@ -44,21 +44,21 @@ task pretix:database-dump
4444#### Connect Drupal to pretix
4545
4646``` sh name=pretix-configure-drupal
47- task drush -- config:set itk_pretix.pretixconfig pretix_url ' http://pretix.hoeringsportal .local.itkdev.dk/'
47+ task drush -- config:set itk_pretix.pretixconfig pretix_url ' http://pretix.deltag .local.itkdev.dk/'
4848task drush -- config:set itk_pretix.pretixconfig organizer_slug ' hoeringsportal'
4949task drush -- config:set itk_pretix.pretixconfig api_token ' v84pb9f19gv5gkn2d8vbxoih6egx2v00hpbcwzwzqoqqixt22locej5rffmou78e'
5050task drush -- config:set itk_pretix.pretixconfig template_event_slugs ' template-series'
5151```
5252
5353Go to
54- < http://hoeringsportal .local.itkdev.dk/admin/config/itk_pretix/pretixconfig > for
54+ < http://deltag .local.itkdev.dk/admin/config/itk_pretix/pretixconfig > for
5555more pretix configuration.
5656
5757### API
5858
5959``` sh name=pretix-api-get-organizers
6060curl --header ' Authorization: Token v84pb9f19gv5gkn2d8vbxoih6egx2v00hpbcwzwzqoqqixt22locej5rffmou78e' \
61- http://pretix.hoeringsportal .local.itkdev.dk/api/v1/organizers/
61+ http://pretix.deltag .local.itkdev.dk/api/v1/organizers/
6262```
6363
6464### Making sure everything is up to date
@@ -68,10 +68,10 @@ curl --header 'Authorization: Token v84pb9f19gv5gkn2d8vbxoih6egx2v00hpbcwzwzqoqq
6868docker compose exec phpfpm /app/vendor/bin/drush --root=/app/web --yes deploy
6969docker compose exec phpfpm /app/vendor/bin/drush --root=/app/web --yes locale:update
7070
71- docker compose exec phpfpm vendor/bin/drush --yes --uri=http://hoeringsportal .local.itkdev.dk/ config:set itk_pretix.pretixconfig pretix_url ' http://pretix.hoeringsportal .local.itkdev.dk/'
72- docker compose exec phpfpm vendor/bin/drush --yes --uri=http://hoeringsportal .local.itkdev.dk/ config:set itk_pretix.pretixconfig organizer_slug ' hoeringsportal'
73- docker compose exec phpfpm vendor/bin/drush --yes --uri=http://hoeringsportal .local.itkdev.dk/ config:set itk_pretix.pretixconfig api_token ' v84pb9f19gv5gkn2d8vbxoih6egx2v00hpbcwzwzqoqqixt22locej5rffmou78e'
74- docker compose exec phpfpm vendor/bin/drush --yes --uri=http://hoeringsportal .local.itkdev.dk/ config:set itk_pretix.pretixconfig template_event_slugs ' template-series'
71+ docker compose exec phpfpm vendor/bin/drush --yes --uri=http://deltag .local.itkdev.dk/ config:set itk_pretix.pretixconfig pretix_url ' http://pretix.deltag .local.itkdev.dk/'
72+ docker compose exec phpfpm vendor/bin/drush --yes --uri=http://deltag .local.itkdev.dk/ config:set itk_pretix.pretixconfig organizer_slug ' hoeringsportal'
73+ docker compose exec phpfpm vendor/bin/drush --yes --uri=http://deltag .local.itkdev.dk/ config:set itk_pretix.pretixconfig api_token ' v84pb9f19gv5gkn2d8vbxoih6egx2v00hpbcwzwzqoqqixt22locej5rffmou78e'
74+ docker compose exec phpfpm vendor/bin/drush --yes --uri=http://deltag .local.itkdev.dk/ config:set itk_pretix.pretixconfig template_event_slugs ' template-series'
7575
7676docker compose exec phpfpm /app/vendor/bin/drush --root=/app/web --yes cache:rebuild
7777```
0 commit comments