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 scylladb/scylladb. 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.

scylladb/scylladb Installation Guide

How to install scylladb/scylladb. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i scylladb/scylladb

Prerequisites

C++ Compiler

build_tool

Version: 2023.10.0 or later (C++23 compliant)

Git

system_package

Version: 2.35.1 or later

Docker

system_tool

Version: 20.10.0 or later

Python

language

Version: 3.8 or later

pip

package_manager

Version: 21.0.1 or later

Seastar

library

Version: v0.1.0

Alternator

library

Version: v0.1.0

AWS Account

service

Required for enabling the DynamoDB API in Scylla.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Frozen Toolchain (Docker)

git submodule update --init --force --recursive

./tools/toolchain/dbuild ./configure.py

./tools/toolchain/dbuild ninja build/release/scylla

Post Installation Steps

  • Start the Scylla server using the command: `./tools/toolchain/dbuild ./build/release/scylla --workdir tmp --smp 1 --developer-mode 1`
  • Access the Scylla UI by navigating to http://localhost:8080.