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
If you add variables, be careful because it might be added into the wrong/unwanted container.
205
198
@@ -220,7 +213,7 @@ Most changes will require a service restart, except maybe updating viewer contex
220
213
221
214
In order to have Kibana up and running, you will need to:
222
215
1. After Elasticsearch up and healthy, launch the command `docker compose exec -it elasticsearch bin/elasticsearch-reset-password -u kibana_system`. It will ask to fill a password for the `kibana_system` user.
223
-
2. Uncomment and fill this password into the `.envs-elastic` file.
216
+
2. Uncomment and fill this password into the `envs/.envs-elastic` file.
224
217
3. Enable kibana server with `scale: 1` in `docker-compose.yml`.
225
218
4. Start Kibana with `docker compose up -d kibana`.
Beside georchestra/docker directory, you need to clone [georchestra/georchestra repo](https://github.com/georchestra/georchestra) first.
287
280
288
-
Next, install maven to execute [main georchestra Makefile](https://github.com/georchestra/georchestra/blob/master/Makefile) on each modification (e.g console, security-proxy, whatever you change).
281
+
Next, install maven to execute [main georchestra Makefile](https://github.com/georchestra/georchestra/blob/master/Makefile) on each modification (e.g console, gateway, whatever you change).
289
282
290
-
For example, if you change some security-proxy code, use :
283
+
For example, if you change some gateway code, use :
291
284
292
-
`make docker-build-proxy`
285
+
`make docker-build-gateway`
293
286
294
287
... to execute easily this maven command :
295
288
@@ -305,25 +298,30 @@ You can now test modifications locally with the current FQDN (by default `georch
305
298
306
299
**3. Debug**
307
300
308
-
Open `docker/docker-compose.yml` and identify `proxy` section.
301
+
Open `docker/docker-compose.yml` and identify `gateway` section.
309
302
310
-
Change `proxy` section to insert some JAVA options and ports `5005` to get :
303
+
Change `gateway` section to insert some JAVA options and ports `5005` to get :
0 commit comments