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

ceph/ceph Installation Guide

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

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i ceph/ceph

Prerequisites

Python

language

Version: >=3.6.0

Git

system_tool

curl

package_manager

apt

package_manager

docker

system_tool

podman

system_tool

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Source Code Clone and Build

git clone https://github.com/ceph/ceph.git

cd ceph

do_cmake.sh

ninja -j3

Debian Package Installation

apt install curl

install-deps.sh

Python 3 Routes Installation

python3-routes install

Post Installation Steps

  • Start the Ceph cluster by running `./vstart.sh -d -n --bluestore`.
  • Access the Ceph dashboard at http://<IP_ADDRESS>:8080/ to monitor your cluster.