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/redpandaor
Install via npx
npx @hexmos/ipm i redpanda-data/redpandaPrerequisites
Python
languageVersion: >=3.6.0
Docker
system_toolFor containerization and deployment.
Bazel
build_toolVersion: 0.24.1
Git
system_toolFor version control and code management.
curl
system_toolVersion: 7.84.0
wget
system_toolVersion: 1.25.3
bash
osFor command-line interface.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Debian/Ubuntu Package Installation
sudo apt-get install redpandaFedora/RedHat/Amazon Linux Package Installation
sudo yum install redpandamacOS Installation via Homebrew
brew install redpanda-data/tap/redpanda && rpk container startRedpanda 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-rc1Debian/Ubuntu Package Installation (RC)
sudo apt-get install redpandaFedora/RedHat/Amazon Linux Package Installation (RC)
sudo yum install redpandaRedpanda Installation via Docker (RC)
docker pull docker.redpanda.com/redpandadata/redpanda-unstable:v25.1.1-rc1Post Installation Steps
- Start the Redpanda server using the command: `./redpanda-server`.
- Run database migrations with the command: `./redpanda-migrate`.
