setup include timezone setup - production needs Europe/Berlin

This commit is contained in:
Ulf Gebhardt 2022-01-22 12:55:00 +01:00
parent 0aa9b920ac
commit bf7a0f14ce
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -77,6 +77,14 @@
> git clone https://github.com/gradido/gradido.git
> cd gradido/deployment/bare_metal
# Timezone
# Note: gradido academy needs german timezone Europe/Berlin
> sudo timedatectl set-timezone Europe/Berlin
> sudo timedatectl set-ntp on
> sudo apt purge ntp
> sudo systemctl start systemd-timesyncd
>> timedatectl to verify
# Adjust .env
# NOTE ';' can not be part of any value
> cd gradido/deployment/bare_metal