Cayley
  • Cayley Documentation
  • Getting Started
  • Install Cayley
  • Configuration
  • Usage
    • Quickstart as Library
    • Advanced Use
    • HTTP Methods
    • 3rd-Party-APIs
    • UI Overview
    • Migration
  • Query Languages
    • Gizmo API
    • GraphQL Guide
    • MQL Guide
    • Gephi GraphStream
  • Getting Involved
    • Glossary of Terms
    • Contributing
    • TODOs
    • Locations of parts of Cayley
  • Deployment
    • Running in Docker
    • Running in Kubernetes
  • Tools
    • Convert Linked Data files
Powered by GitBook
On this page
  • Install Cayley on Ubuntu
  • Install Cayley on macOS
  • Install Homebrew
  • Install Cayley
  • Install Cayley with Docker
  • Build from Source

Was this helpful?

Install Cayley

PreviousGetting StartedNextConfiguration

Last updated 5 years ago

Was this helpful?

Install Cayley on Ubuntu

snap install --edge --devmode cayley

Install Cayley on macOS

Install Homebrew

macOS does not include the Homebrew brew package by default. Install brew using the

Install Cayley

brew install cayley

Install Cayley with Docker

docker run -p 64210:64210 cayleygraph/cayley

For more information see

Build from Source

See instructions in

official instructions
Container Documentation
Contributing