Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 3 additions & 25 deletions docs/root/start/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,38 +57,16 @@ using `Get Envoy <https://www.getenvoy.io/>`__.
To add the nightly repository instead, replace the word ``stable`` with ``nightly``,
when adding the ``apt`` repository.

Install Envoy on CentOS Linux
Install Envoy on RPM-based distros: CentOS/RHEL/Suse/Amazon Linux/Fedora etc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comment thread
ankatare marked this conversation as resolved.
Outdated

You can `install Envoy on CentOS <https://www.getenvoy.io/install/envoy/centos/>`_
You can `install Envoy on Centos/Redhat Enterprise Linux (RHEL) <https://www.getenvoy.io/install/envoy/rpm/>`_
using `Get Envoy <https://www.getenvoy.io/>`__.

.. code-block:: console

$ sudo yum install yum-utils
$ sudo yum-config-manager --add-repo https://getenvoy.io/linux/centos/tetrate-getenvoy.repo
$ sudo yum install getenvoy-envoy

.. tip::

You can enable/disable ``nightly`` using ``yum-config-manager``:

.. code-block:: console

$ sudo yum-config-manager --enable tetrate-getenvoy-nightly
$ sudo yum-config-manager --disable tetrate-getenvoy-nightly

Install Envoy on Redhat Enterprise Linux (RHEL)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can
`install Envoy on Redhat Enterprise Linux (RHEL) <https://www.getenvoy.io/install/envoy/rhel/>`_
using `Get Envoy <https://www.getenvoy.io/>`__.

.. code-block:: console

$ sudo yum install yum-utils
$ sudo yum-config-manager --add-repo https://getenvoy.io/linux/rhel/tetrate-getenvoy.repo
$ sudo yum-config-manager --add-repo https://getenvoy.io/linux/rpm/tetrate-getenvoy.repo
$ sudo yum install getenvoy-envoy

.. tip::
Expand Down