Skip to content

Deploy Graft

The easiest way to deploy the Graft backend is via the Docker images.

Terminal window
docker pull ghcr.io/orbitinghail/metastore:latest
docker pull ghcr.io/orbitinghail/pagestore:latest

You can build the MetaStore and PageStore from source using:

Terminal window
cargo build --bin metastore --release --features precept/disabled
cargo build --bin pagestore --release --features precept/disabled

The resulting binaries will be available at ./target/release/{metastore,pagestore}.