You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/docker-compose/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,18 +236,22 @@ You can quickly use the Zaken API by creating a sample case ("zaak") using Postm
236
236
**Steps:**
237
237
238
238
1. **Import the Create Case collection and environment**
239
+
239
240
- Open Postman;
240
241
- Go to the Collections tab. Import [ZGW Create Case.postman_collection.json](https://github.com/OneGround/ZGW-APIs-postman-tests/blob/main/ZGW%20Create%20Case.postman_collection.json);
241
242
- Go to the Environments tab. Import [ZGW Create Case.environment.json](https://github.com/OneGround/ZGW-APIs-postman-tests/blob/main/ZGW%20Create%20Case.environment.json).
242
243
243
244
2. **Obtain an Access Token**
245
+
244
246
- Follow the instructions in the "Configure API Authentication" section above to get a valid access token.
245
247
- Paste the token into the `jwt_token` variable in your Postman Create Case Environment.
246
248
247
249
3. **Set Up Other Environment Variables**
250
+
248
251
- Update the variables for your local setup if they deviate from standard set up, such as `zrc_url`.
249
252
250
253
4. **Create a Sample Case**
254
+
251
255
- In the imported collection `ZGW Create Case`, find the folder named `Casetype`. Click 'run' and 'Run ZGW Create Case'. The catalog will be created, a case and other types will be added.
252
256
- Find the folder named `Case`. Click 'run' and 'Run ZGW Create Case'. The case with related entities (status, result, document) will be added. If you need more cases run it multiple times.
253
257
@@ -259,7 +263,6 @@ To stop all running Docker containers, run the following command from the `docke
Copy file name to clipboardExpand all lines: getting-started/standalone/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Before you begin, ensure you have the following components installed and running
41
41
- A running **PostgreSQL** instance
42
42
- A running **Redis** instance
43
43
- An **OAuth2** compliant Identity Provider
44
-
- A running **RabbitMQ** instance (_only required for the Notificaties API or if using the event bus for notifications_)
44
+
- A running **RabbitMQ** instance (*only required for the Notificaties API or if using the event bus for notifications*)
45
45
46
46
> **Note:** Not all APIs require every component. See the [API-Specific Configuration](#api-specific-configuration) section for the exact prerequisites for each service.
This script installs the certificate into your system's keychain or trust store.
135
+
This script installs the certificate into your system's keychain or trust store.
135
136
136
137
> **Note:** After installing the certificate, we recommend restarting your web browser to ensure the changes take effect.
137
138
@@ -140,6 +141,7 @@ This script installs the certificate into your system's keychain or trust store.
140
141
To ensure all services can communicate with each other and are accessible in your browser, you need to map the service hostnames to your local machine. This is a crucial step for the local domain names (e.g., `zaken.oneground.local`) to work correctly.
0 commit comments