describe the manual setting of new env variable GRADIDO_ENV_NAME

This commit is contained in:
Claus-Peter Hübner 2022-09-20 18:20:42 +02:00
parent fc706bc030
commit ae01f99c36

View File

@ -95,5 +95,8 @@
> cp .env.dist .env
> nano .env
>> Adjust values accordingly
# Define name of gradido environment
> the env variable GRADIDO_ENV_NAME have to be set during system installation manually to "development, stage1, stage2, stage3, production"
> export GRADIDO_ENV_NAME=development
# TODO the install.sh is not yet ready to run directly - consider to use it as pattern to do it manually
> ./install.sh