logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/kong
or

Install via npx

npx @hexmos/ipm i Kong/kong

Prerequisites

Docker

system_tool

Version: 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_tool

Version: 1.25.0

Go

build_tool

Version: 1.18.4

Python

language

Version: 3.9.5

PostgreSQL

system_package

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Source Code Installation

git clone https://github.com/Kong/kong.git

Post 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.