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-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,10 @@ Currently script covers the following aspects of |st2|:
12
12
13
13
To run the self-verification:
14
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.
15
+
1. If you don't have :ref:`encryption keys setup already<admin-setup-for-encrypted-datastore>`, do so.
29
16
This requires admin privileges on the box and |st2|.
30
17
31
-
3. Run the self-check script. This also copies over the examples from
18
+
2. Run the self-check script. This also copies over the examples from
32
19
``/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