SImA v1.1 and above:
The SImA base installation directory contains a deploy.sh script which is used to start the container stack, and a undeploy.sh script which is used to stop the container stack.
To execute the scripts, navigate to the SImA installation directory and issue the following commands:
# to undeploy the SImA stack
./undeploy.sh
# to deploy the SImA stack
./deploy.sh
The status of the container stack can be queried with the following command:
docker stack ps SImA
SImA v1.0:
SImA 1.0 does not include the deploy.sh and undeploy.sh scripts as described in the section above, but the scripts can be copied to the server and used in the same way.
Both scripts are attached as zip files to this article. The scripts should be copied to the SImA installation directory, made executable, then executed as detailed above.
Comments
0 comments
Please sign in to leave a comment.