From ae01f99c36edb310fb7639a0c53aed053741f830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus-Peter=20H=C3=BCbner?= Date: Tue, 20 Sep 2022 18:20:42 +0200 Subject: [PATCH] describe the manual setting of new env variable GRADIDO_ENV_NAME --- deployment/bare_metal/setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployment/bare_metal/setup.md b/deployment/bare_metal/setup.md index f43a3d655..a88150f95 100644 --- a/deployment/bare_metal/setup.md +++ b/deployment/bare_metal/setup.md @@ -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