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/scylladbor
Install via npx
npx @hexmos/ipm i scylladb/scylladbPrerequisites
C++ Compiler
build_toolVersion: 2023.10.0 or later (C++23 compliant)
Git
system_packageVersion: 2.35.1 or later
Docker
system_toolVersion: 20.10.0 or later
Python
languageVersion: 3.8 or later
pip
package_managerVersion: 21.0.1 or later
Seastar
libraryVersion: v0.1.0
Alternator
libraryVersion: v0.1.0
AWS Account
serviceRequired 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/scyllaPost 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.
