We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c44e63 commit 13ce875Copy full SHA for 13ce875
docs/resources/guides/deployment/bare_metal.rst
@@ -61,6 +61,13 @@ Install the Gel package.
61
62
$ sudo yum install gel-6
63
64
+Disable SELinux.
65
+
66
+.. code-block:: bash
67
68
+ $ sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
69
+ $ reboot
70
71
72
.. _ref_guide_deployment_bare_metal_enable_unit:
73
@@ -86,7 +93,7 @@ default. You can start the server by enabling the unit.
86
93
$ sudo systemctl enable --now gel-server-6
87
94
88
95
This will start the server on port 5656, and the data directory will be
89
-``/var/lib/gel/1/data``.
96
+``/var/lib/gel/6/data``.
90
97
91
98
.. warning::
92
99
0 commit comments