add validation info in .env.dist, update readme for release tag

This commit is contained in:
einhornimmond 2025-12-05 13:23:09 +01:00
parent b6417f9a54
commit dbad91015d
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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