Skip to content
Snippets Groups Projects
Commit 899e5a47 authored by Arne Øslebø's avatar Arne Øslebø
Browse files

Update install.md

parent 50cb97fe
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ The current version of SOCTools only runs on a single server. A fully distribute ...@@ -12,7 +12,7 @@ The current version of SOCTools only runs on a single server. A fully distribute
* Minimal installation of CentOS7 * Minimal installation of CentOS7
* Install Ansible * Install Ansible
* `sudo yum -y install epel-release` * `sudo yum -y install epel-release`
* `sudo yum -y install ansible git firewalld` * `sudo yum -y install ansible git`
* `sudo ansible-galaxy collection install ansible.posix` * `sudo ansible-galaxy collection install ansible.posix`
## Clone SOCTools ## Clone SOCTools
...@@ -34,7 +34,8 @@ Build the Docker images: ...@@ -34,7 +34,8 @@ Build the Docker images:
* `ansible-playbook -i inventories buildimages.yml` * `ansible-playbook -i inventories buildimages.yml`
Build SOCTools CA needed for service and user certificates: 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.
Start SOCTools: Start SOCTools:
* `ansible-playbook -i inventories soctools.yml -t start` * `ansible-playbook -i inventories soctools.yml -t start`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment