Skip to content

Commit 13ce875

Browse files
authored
Fix CentOS/RHEL deployment guide (#8425)
see also geldata/gel-pkg#145
1 parent 5c44e63 commit 13ce875

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/resources/guides/deployment/bare_metal.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ Install the Gel package.
6161
6262
$ sudo yum install gel-6
6363
64+
Disable SELinux.
65+
66+
.. code-block:: bash
67+
68+
$ sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
69+
$ reboot
70+
6471
6572
.. _ref_guide_deployment_bare_metal_enable_unit:
6673

@@ -86,7 +93,7 @@ default. You can start the server by enabling the unit.
8693
$ sudo systemctl enable --now gel-server-6
8794
8895
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``.
9097

9198
.. warning::
9299

0 commit comments

Comments
 (0)