diff --git a/deployment/bare_metal/.env.dist b/deployment/bare_metal/.env.dist index e738feec1..8528b4df7 100644 --- a/deployment/bare_metal/.env.dist +++ b/deployment/bare_metal/.env.dist @@ -1,6 +1,7 @@ # Need to adjust! # Will be seen on login and from other communities if dht and federation modules are active COMMUNITY_NAME="Your community name" +# Description should have at least 10 characters COMMUNITY_DESCRIPTION="Short Description from your Community." # your domain name, without protocol (without https:// or http:// ) # domain name should be configured in your dns records to point to this server diff --git a/deployment/hetzner_cloud/README.md b/deployment/hetzner_cloud/README.md index 2d800c175..dbec1cf9b 100644 --- a/deployment/hetzner_cloud/README.md +++ b/deployment/hetzner_cloud/README.md @@ -75,9 +75,10 @@ $ ssh -i /path/to/privKey gradido@gddhost.tld ``` ### Install `Gradido` code +`latest` is a tag pointing on last stable release ```bash cd ~ -git clone https://github.com/gradido/gradido.git --branch latest +git clone https://github.com/gradido/gradido.git --branch latest --depth 1 ``` ### Adjust the values in `.env` @@ -102,7 +103,7 @@ nano .env # adjust values accordingly ``` -### Run `install.sh` with branch name +### Run `install.sh` with branch or tag name ***!!! Attention !!!*** Don't use this script if you have custom config in /etc/nginx/conf.d, because this script will remove it and ln ../bare_metal/nginx/conf.d