Skip to content
Snippets Groups Projects
Commit 7f7e0c6e authored by Kiril KJiroski's avatar Kiril KJiroski
Browse files

Update install.md

parent 8c3743db
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,20 @@ Start SOCTools:
* `ansible-playbook -i inventories soctools.yml -t start-docker-containers`
* `ansible-playbook -i inventories soctools.yml -t init`
## Stopping and Restarting SOCTools
In case you need to restart whole server, the proper procedure to this is following:
Stop SOCTools:
* `ansible-playbook -i inventories soctools.yml -t stop`
* `ansible-playbook -i inventories soctools.yml -t stop-docker-containers`
Shutdown or restart the server/host.
Start the server/host.
Start SOCTools:
* `ansible-playbook -i inventories soctools.yml -t start-docker-containers`
## Errors building SOCTools
If there are any errors during building of SOCTools then it is often best to start from the top. The easiest way is to delete any existing Docker images that are already built and then restart the installation. To prune existing Docker images run `docker system prune -a`. This command will delete all images so it assumes that SOCTools is the only service running on the server.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment