How to install dgraph-io/dgraph. 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.
dgraph-io/dgraph Installation Guide
How to install dgraph-io/dgraph. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for dgraph-io/dgraph. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i dgraph-io/dgraphor
Install via npx
npx @hexmos/ipm i dgraph-io/dgraphPrerequisites
Go 1.24+
languageVersion: 1.24+ (or later)
Docker
system_toolRecommended for testing and deployment.
Ubuntu
osVersion: 20.04 or later
macOS
osVersion: 13.0 or later
Windows
osVersion: 10 or later
Git
system_toolUsed for cloning the repository.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Installation
sudo apt-get update && sudo apt-get install build-essential
git clone https://github.com/dgraph-io/dgraph.git
cd dgraph && make installPost Installation Steps
- Start the Dgraph server using the command: `docker run -d -p 8080:8080 -p 9080:9080 -v ~/dgraph:/dgraph dgraph/standalone:latest`
- Once the server is running, you can access the Dgraph UI at http://localhost:8080. You can also use the API endpoint to interact with your data.
