Update Simplified_Deployment authored by Jacob Benz's avatar Jacob Benz
......@@ -13,7 +13,7 @@ The machine you want to deploy LEAF-Writer on also needs to have `git` installed
# Deployment
1. Clone LEAF-Writer with all submodules with e.g. `git clone --recurse-submodules https://code.fbi.h-da.de/leaf-writer-x/leafwriter-x.git` (only works on git versions > 2.13)
2. Change the directory to `leafwriter-x` with e.g. `leafwriter-x`
2. Change the directory to `leafwriter-x` with e.g. `cd leafwriter-x`
3. Checkout the `exp` branch: `git checkout exp`
4. Checkout the submodules: `git submodule update`
5. All necessary settings for LEAF-Writer are saved in an env-file. Copy the example env-file into place with `cp leafwriter.env-example leafwriter.env`.
......
......