diff --git a/README.md b/README.md index de06cd08b3e72629700f69ee779ee41903319f86..07292925e6df650ec19772a2d81d3f1df2b4de6a 100644 --- a/README.md +++ b/README.md @@ -83,4 +83,19 @@ It expects you to be logged in: ## Deployment -TODO: Make a Helm chart. +Deployment is done using the helm chart located at https://git.app.uib.no/it-bott-integrasjoner/greg-chart/. + +After deployment the OrgReg import and sponsor notification tasks must be queued. This is done by running + +```bash +python manage.py import_from_orgreg +python manage.py role_end_notifier +``` + +Sponsors can by imported from cerebrum (UiO/UiT/NTNU) by running + +```bash +python manage.py import_sponsors_from_cerebrum +``` + +Otherwise, you will have to create Sponsor objects manually, taking care to link them to their respective units.