From 04edd0969dfa3d8af09c94039ae7b0b90851a4b5 Mon Sep 17 00:00:00 2001 From: Reinout van Rees Date: Mon, 4 Nov 2024 10:19:44 +0100 Subject: [PATCH] Documented server install --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5b8fdba..d7748a3 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,13 @@ do those checks + automatic fixes locally, install "pre-commit" and run it: $ pip install pre-commit # You only need to do this once on your laptop $ pre-commit run --all # This runs checks + formatting + + +## Server install + +Installed via the regular dashboard auto-update setup. + +Custom: the `/app/input_employees/` directory is a docker volume on the server, so it is +retained upon restarts. This also means that changes in the `input_employees/` directory +in this git repository are **not** synced to the directory on the server. (Apart from +initially copying over the files when the volume on the server is created).