Post-install checklist
After Open Zaak has been installed successfully, go through the following checklist to see if the software works as expected:
Check configuration
Check the configuration page for Open Zaak, accessible at the url https://open-zaak.gemeente.nl/view-config/
.
This page will indicate whether certain settings are properly configured:
Run check management commands
To verify that notifications can be received by the URL as defined in the configuration, send a test notification using the following command:
Note
Ensure that the background workers are running.
python src/manage.py send_test_notification
Note
The notification is sent to the test
channel - make sure it exists in the
Notificaties API you’re using!
Run the Postman collection
Finally, run a simple Postman collection on the new install of Open Zaak:
Create an
Applicatie
with superuser permissions via the adminA simple Postman collection has been published here, click on the
Run in Postman
button in the top right.Once the collection is loaded into Postman, click the icon in the top right to manage environments:
Then click
Add
, enter the correct environment variables, then clickUpdate
:
Click on the
Runner
button in the top left of the screen, then select the imported collection and the created environment and clickRun
If Open Zaak is properly configured, the tests will pass