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

Update install.md

parent b9810589
Branches
Tags
1 merge request!4Quick start
...@@ -63,12 +63,20 @@ Build SOCTools CA needed for service and user certificates: ...@@ -63,12 +63,20 @@ Build SOCTools CA needed for service and user certificates:
* `ansible-playbook -i inventories buildca.yml` * `ansible-playbook -i inventories buildca.yml`
This playbook will generate some errors but this is normal as long as the playbook ignores them and finish without stopping. This playbook will generate some errors but this is normal as long as the playbook ignores them and finish without stopping.
Start SOCTools: Start SOCTools for the first time and initialize:
* `ansible-playbook -i inventories soctools.yml -t start-docker-containers` * `ansible-playbook -i inventories soctools.yml -t start-docker-containers`
* `ansible-playbook -i inventories soctools.yml -t init` * `ansible-playbook -i inventories soctools.yml -t init`
Stop SOCTools: Stop SOCTools without destroying containers:
* `ansible-playbook -i inventories soctools.yml -t stop` * `ansible-playbook -i inventories soctools.yml -t stop-docker-containers`
Restart SOCTools after it has been stopped with `stop-docker-containers` tag:
* `ansible-playbook -i inventories soctools.yml -t start-docker-containers`
Delete SOCTools containers:
* `ansible-playbook -i inventories soctools.yml -t destroy-docker-containers`
## Errors building SOCTools ## 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. 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