From 27385c36b8936fa278d716cea0f983c6e8186a6a Mon Sep 17 00:00:00 2001 From: Simon Hohl Date: Wed, 11 Dec 2024 11:19:45 +0100 Subject: [PATCH] Fix link into Field Hub Wiki --- server/deployment_example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/deployment_example/README.md b/server/deployment_example/README.md index d6ff4a5452..34b91c2e74 100644 --- a/server/deployment_example/README.md +++ b/server/deployment_example/README.md @@ -74,7 +74,7 @@ After you have created and setup `my_first_project` in your Field Desktop applic To run the application in production, you should do (atleast) 3 things: 1. Uncomment the restart policy parts in the docker-compose file 2. Setup docker daemon as a system service on your server (so that it starts after each server restart) -3. Set the environment, especially `COUCHDB_ADMIN_PASSWORD` `COUCHDB_USER_PASSWORD`, `HOST` and `SECRET_KEY_BASE`. See also the general [Wiki](https://github.com/dainst/idai-field/wiki/FieldHub). +3. Set the environment, especially `COUCHDB_ADMIN_PASSWORD` `COUCHDB_USER_PASSWORD`, `HOST` and `SECRET_KEY_BASE`. See also the general [Wiki](https://github.com/dainst/idai-field/wiki/Field-Hub). Afterwards stop and delete all previously created test containers.