Update readme instructions
This commit is contained in:
parent
5d07a93187
commit
66b56e4be8
|
@ -7,12 +7,15 @@
|
||||||
The first deployment of the stand requires the execution of scripts to prepare the environment.
|
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:
|
***First:*** It is necessary to obtain an image of the dameng db database. To do this, run the script:
|
||||||
|
|
||||||
bash damengdb-get-image.sh
|
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:
|
***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
|
bash damengdb-get-disql.sh
|
||||||
|
|
||||||
### Deploy stand
|
### 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=<build-number-from-develop> docker compose up -d
|
BUILD=<build-number-from-develop> docker compose up -d
|
||||||
|
|
Loading…
Reference in a new issue