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

Update quickstart.md

parent a875fbaa
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,9 @@ First you need to fill in configuration file `access.ips`, which contains IP add
- If you want to skip over access list creation process and use default access list, on "Do you want to modify/edit this file now?", press [Enter] or type no and press [Enter]
Next, we are going to set Fully Qualified Domain Name (FQDN) for your SOCTools server. Tools will be accessed by using https://[FQDN]:[port]
Next, we are going to set Fully Qualified Domain Name (FQDN) for your SOCTools server. Tools will be accessed by using https://<FQDN>:<port>
- On "set FQDN which will be used to access the soctools services. (the DNS record should already be in place.)" you should already have set up hostname and DNS record, so type it here and press [Enter]
- On "set FQDN which will be used to access the soctools services (the DNS record should already be in place.)", you should already have set up hostname and DNS record, so type it here and press [Enter]
We also need the name of your chosen domain in the last step.
......@@ -86,7 +86,7 @@ At last you can start SOCTools containers and initialize them using you configur
* `ansible-playbook -i inventories soctools.yml -t start-docker-containers`
* `ansible-playbook -i inventories soctools.yml -t init`
After the whole process is finished, SOCTools can be accessed by going to https://<server name>:<port>/ using the following port numbers:
After the whole process is finished, SOCTools can be accessed by going to https://<FQDN>:<port>/ using the following port numbers:
* 9443 - NiFi
* 5601 - Kibana
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment