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
{{ message }}
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
======
2
+
OS2BOS
3
+
======
4
+
1
5
|pipeline status|
2
6
|coverage report|
3
7
@@ -119,7 +123,7 @@ We log the following:
119
123
120
124
* Export to Prism log - Log related to the PRISM exports management command. The log is written to ``/log/export_to_prism.log``.
121
125
122
-
* Mark Fictive Payments Paid log - Log related to the marking fictive payments paid management command. The log is written to ``mark_fictive_payments_paid.log``.
126
+
* Mark Payments Paid log - Log related to the marking payments paid management command. The log is written to ``mark_payments_paid.log``.
123
127
124
128
* Generate Payments Report log - Log related to generating the payment reports. The log is written to ``/log/generate_payments_report.log``.
125
129
@@ -173,18 +177,22 @@ Docker-compose
173
177
--------------
174
178
175
179
You can use ``docker-compose`` to start up bevillingsplatform and related
176
-
service such as postgres and postfix.
180
+
services such as postgres and postfix.
177
181
178
182
A ``docker-compose.yml`` for development is included. It includes the settings
179
-
to connect them. It starts four services:
183
+
to connect them. It starts the following services:
180
184
181
185
- `frontend`: the vue frontend reachable at http://localhost:8080
182
186
- `bev`: the django backend
183
187
- `db`: a OS2BOS specific `postgres database server`_
188
+
- `bev-cron`: `supercronic`_, a job runner running our cronjobs
189
+
- `idp`: a local version of the IdP running our version of `SimpleSAMLphp`_
0 commit comments