mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
setup include timezone setup - production needs Europe/Berlin
This commit is contained in:
parent
0aa9b920ac
commit
bf7a0f14ce
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user