How to install DiceDB/dice. 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.
DiceDB/dice Installation Guide
How to install DiceDB/dice. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for DiceDB/dice. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i DiceDB/diceor
Install via npx
npx @hexmos/ipm i DiceDB/dicePrerequisites
Docker
system_toolVersion: latest
Python
languageVersion: 3.8+
curl
system_toolVersion: 7.64.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Using DiceDB CLI (cURL)
curl -sL https://raw.githubusercontent.com/DiceDB/dicedb-cli/refs/heads/master/install.sh | shUsing cURL for CLI Installation
sudo su
curl -sL https://raw.githubusercontent.com/DiceDB/dicedb-cli/refs/heads/master/install.sh | shPost Installation Steps
- Start the DiceDB server using the command: `dice db start`.
- Connect to the DiceDB database using a client like `curl` or `python-sqlalchemy`. For example, use the following command to connect to the default database: `curl -X GET http://localhost:7379/api/v1/databases`.
