You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/troubleshooting/self_verification.rst
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,24 +11,10 @@ Currently script covers the following aspects of |st2|:
11
11
* ActionChain and Mistral Workflows
12
12
13
13
To run the self-verification:
14
-
15
-
1. Install pre-requisite OS packages. The only dependency right now is ``bc``. To
16
-
install the package, run
17
-
18
-
::
19
-
20
-
sudo apt-get install bc # Ubuntu
21
-
22
-
or
23
-
24
-
::
25
-
26
-
sudo yum install bc # CentOS/RHEL
27
-
28
-
2. If you don't have :ref:`encryption keys setup already<admin-setup-for-encrypted-datastore>`, do so.
14
+
1. If you don't have :ref:`encryption keys setup already<admin-setup-for-encrypted-datastore>`, do so.
29
15
This requires admin privileges on the box and |st2|.
30
16
31
-
3. Run the self-check script. This also copies over the examples from
17
+
2. Run the self-check script. This also copies over the examples from
32
18
``/usr/share/doc/st2/examples`` to ``/opt/stackstorm/packs/`` and registers the content from examples. This step pollutes your |st2| environment by downloading fixtures from `st2tests
0 commit comments