Back to Rivet

Installing Rivet Engine

website/src/content/docs/self-hosting/install.mdx

2.2.1535 B
Original Source

For more options:

Docker

bash
docker run -p 6420:6420 rivetdev/engine

Prebuilt Binaries

<Info> Prebuilt binaries coming soon </Info>

Build From Source

bash
git clone https://github.com/rivet-dev/engine.git
cd rivet
cargo build --release -p rivet-engine
./target/release/rivet-engine