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 redpanda-data/redpanda. 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.

redpanda-data/redpanda Installation Guide

How to install redpanda-data/redpanda. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for redpanda-data/redpanda. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i redpanda-data/redpanda
or

Install via npx

npx @hexmos/ipm i redpanda-data/redpanda

Prerequisites

Python

language

Version: >=3.6.0

Docker

system_tool

For containerization and deployment.

Bazel

build_tool

Version: 0.24.1

Git

system_tool

For version control and code management.

curl

system_tool

Version: 7.84.0

wget

system_tool

Version: 1.25.3

bash

os

For command-line interface.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Debian/Ubuntu Package Installation

sudo apt-get install redpanda

Fedora/RedHat/Amazon Linux Package Installation

sudo yum install redpanda

macOS Installation via Homebrew

brew install redpanda-data/tap/redpanda && rpk container start

Redpanda Installation via Bazel (AMD64)

sudo ./bazel/install-deps.sh

bazel build --config=release //... 

Redpanda Installation via Bazel (ARM64)

sudo ./bazel/install-deps.sh

bazel build --config=release //... 

Redpanda Installation via Docker

docker pull docker.redpanda.com/redpandadata/redpanda-unstable:v25.1.1-rc1

Debian/Ubuntu Package Installation (RC)

sudo apt-get install redpanda

Fedora/RedHat/Amazon Linux Package Installation (RC)

sudo yum install redpanda

Redpanda Installation via Docker (RC)

docker pull docker.redpanda.com/redpandadata/redpanda-unstable:v25.1.1-rc1

Post Installation Steps

  • Start the Redpanda server using the command: `./redpanda-server`.
  • Run database migrations with the command: `./redpanda-migrate`.