File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ the :doc:`Reference deployment </install/overview>`.
1212
1313System Requirements
1414-------------------
15+
1516Please check :doc: `supported versions and system requirements <system_requirements >`.
1617
1718Minimal installation
@@ -58,7 +59,7 @@ The following script will detect your platform and architecture and setup the re
5859 curl -s https://packagecloud.io/install/repositories/StackStorm/stable/script.deb.sh | sudo bash
5960
6061 Install |st2 | components
61- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62+ ~~~~~~~~~~~~~~~~~~~~~~~~
6263
6364 .. code-block :: bash
6465
@@ -98,6 +99,7 @@ For remote Linux actions, SSH is used. It is advised to configure identity file
9899
99100Start Services
100101~~~~~~~~~~~~~~
102+
101103* Start services ::
102104
103105 sudo st2ctl start
@@ -106,7 +108,6 @@ Start Services
106108
107109 sudo st2ctl reload
108110
109-
110111.. include :: common/start_services.rst
111112
112113
@@ -179,6 +180,7 @@ Check out :doc:`/reference/cli` to learn convenient ways to authenticate via CLI
179180
180181Install WebUI and setup SSL termination
181182---------------------------------------
183+
182184`NGINX <http://nginx.org/ >`_ is used to serve WebUI static files, redirect HTTP to HTTPS,
183185provide SSL termination for HTTPS, and reverse-proxy st2auth and st2api API endpoints.
184186To set it up, install `st2web ` and `nginx `, generate certificates or place your existing
You can’t perform that action at this time.
0 commit comments