General
Installing Rivet Engine
Install Rivet Engine using Docker, binaries, or a source build.
For more options:
- Docker Container for persistent storage, configuration, and production setups
- Docker Compose for multi-container deployments with PostgreSQL
Docker
docker run -p 6420:6420 rivetdev/engine
Prebuilt Binaries
Prebuilt binaries coming soon
Build From Source
git clone https://github.com/rivet-dev/engine.git
cd rivet
cargo build --release -p rivet-engine
./target/release/rivet-engine