Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.9 KB

install-kgw-red-hat.md

File metadata and controls

67 lines (53 loc) · 1.9 KB
title content_type products works_on min_version tags tldr tools prereqs
Install {{site.base_gateway}} on Red Hat
how_to
gateway
on-prem
gateway
3.4
rate-limiting
q a
How do I install {{site.base_gateway}} on Red Hat?
Download the {{site.base_gateway}} package and install it using your package manager. Then configure the database.
deck
skip_product inline
true
title content
Install PostgreSQL
title include_content icon_url
Configure environment variables
prereqs/install/gateway/datastore-env-variables
/assets/icons/file.svg

{% navtabs %} {% navtab "Manual Installation" %}

1. Download {{site.base_gateway}}:

curl -Lo kong-enterprise-edition-{{page.latest_release.ee_version}}.rpm $(rpm --eval https://packages.konghq.com/public/gateway-{{page.latest_release.major_minor_version}}/rpm/el/%{rhel}/%{_arch}/kong-enterprise-edition-{{page.latest_release.ee_version}}.el%{rhel}.%{_arch}.rpm)

2. Install {{site.base_gateway}}:

sudo yum install -y kong-enterprise-edition-{{page.latest_release.ee_version}}.rpm

{% endnavtab %} {% navtab "Package manager" %}

1. Set up the package repository:

curl -1sLf "https://packages.konghq.com/public/gateway-{{page.latest_release.major_minor_version}}/config.rpm.txt?distro=el&codename=$(rpm --eval '%{rhel}')" | sudo tee /etc/yum.repos.d/kong-gateway-{{page.latest_release.major_minor_version}}.repo
sudo yum -q makecache -y --disablerepo='*' --enablerepo='kong-gateway-{{page.latest_release.major_minor_version}}'

2. Install {{site.base_gateway}}:

sudo yum install -y kong-enterprise-edition-{{page.latest_release.ee_version}}

{% endnavtab %} {% endnavtabs %}

Configure the Datastore

{% include how-tos/steps/datastore.md %}