Update Simplified_Deployment authored by Jacob Benz's avatar Jacob Benz
......@@ -35,9 +35,10 @@ The machine you want to deploy LEAF-Writer on also needs to have `git` installed
From time to time it may be desirable to update LEAF-Writer and its dependencies for a variety of reasons like benefiting from new features and to get security updates. The later is especially important regarding Keycloak, the software that manages the access to identity providers like GitHub / GitLab. A security issue in Keycloak may lead to unauthorized access to GitHub / GitLab accounts of LEAF-Writer users!
To update LEAF-Writer and its components do the following:
1. dsf
2. dffsdf
3. dsfdsfdsf
1. Connect to your server and navigate to the directory with the cloned LEAF-Writer source.
2. Stop and remove the containers of the currently running LEAF-Writer version with `sudo docker compose --env-file leafwriter.env -f docker-compose.yml down`
3. Update the LEAF-Writer repository with all its submodules: `git submodule update --recursive`
4. Update all containers by pulling the newest versions and rebuilding the locally built ones:
## Upgrading the Keycloak database server
......
......