mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove timezone change from setup.md
This commit is contained in:
parent
707d4ea489
commit
92a71cb97a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user