From 66b56e4be80bdf1b1031f69b65e95bab2010846e Mon Sep 17 00:00:00 2001 From: danilapog Date: Mon, 9 Jan 2023 14:38:04 +0300 Subject: [PATCH] Update readme instructions --- tests/damengdb/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/damengdb/README.md b/tests/damengdb/README.md index 8b082de..b6b9805 100644 --- a/tests/damengdb/README.md +++ b/tests/damengdb/README.md @@ -7,12 +7,15 @@ The first deployment of the stand requires the execution of scripts to prepare the environment. ***First:*** It is necessary to obtain an image of the dameng db database. To do this, run the script: + bash damengdb-get-image.sh ***Second:*** After the image is obtained, it is also necessary to obtain a binary DISQL files that is used for remote access to the database service. To do this, run the script: + bash damengdb-get-disql.sh ### Deploy stand -After db image and disql binary is ready, you cant deploy stand with flexible build number with simple command: +After db image and disql binary is ready, you cant deploy stand with flexible develop-build number with simple command: + BUILD= docker compose up -d