remove timezone change from setup.md

This commit is contained in:
Ulf Gebhardt 2022-01-24 17:27:55 +01:00
parent 707d4ea489
commit 92a71cb97a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -78,12 +78,12 @@
> 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
# Note: This is not needed - UTC(default) is REQUIRED for production data
# > sudo timedatectl set-timezone UTC
# > 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