From ec829b60166bd5f9cf19ae3ebbfccd2e50967a44 Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 3 Aug 2022 10:58:47 +0200 Subject: [PATCH] docs: edit timezone during setup --- docs/admin-manual/setup/install.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/admin-manual/setup/install.md b/docs/admin-manual/setup/install.md index c574416a3..5c749c14c 100644 --- a/docs/admin-manual/setup/install.md +++ b/docs/admin-manual/setup/install.md @@ -187,4 +187,15 @@ sudo systemctl start libretime.target sudo systemctl --all --plain | grep libretime ``` +#### Configure + +Once the setup is completed, log in the interface and make sure to edit the project settings (go to **Settings** > **General**) to match your needs. Important settings are: + +- Timezone +- First day of the week + +Accurate time on your server is important, make sure that your operating system is [properly configured and does not go out of sync](../server-time.md). + +### Next + Once completed, it's recommended to [install a reverse proxy](./reverse-proxy.md) to setup SSL termination and secure your installation.