Skip to content

Commit

Permalink
Documented server install
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Nov 4, 2024
1 parent d730beb commit 04edd09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 04edd09

Please sign in to comment.