mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
add validation info in .env.dist, update readme for release tag
This commit is contained in:
parent
b6417f9a54
commit
dbad91015d
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user