How to install Kong/kong. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
Kong/kong Installation Guide
How to install Kong/kong. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Kong/kong. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Kong/kongor
Install via npx
npx @hexmos/ipm i Kong/kongPrerequisites
Docker
system_toolVersion: 3.8.0-ce, 17.09.0-ce, 20.03.0-ce, 20.04.0-ce, 20.05.0-ce, 20.06.0-ce
Kubernetes
system_toolVersion: 1.25.0
Go
build_toolVersion: 1.18.4
Python
languageVersion: 3.9.5
PostgreSQL
system_packageManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code Installation
git clone https://github.com/Kong/kong.gitPost Installation Steps
- Start the Kong Gateway by running `docker-compose up -d`.
- Access the Kong API using your browser at `http://localhost:8000/`. You can also use the Kong Admin API to configure and manage your gateway.
