Skip to content
Self Host

Self Host

Download Binaries

Download the latest release for your operating system and architecture and unzip.

Start API Server

In your terminal, navigate to the unzipped folder and run

# Starts gRPC server at localhost:3000
SERVER_AUTH_TOKEN=changeme ./warehouse_server --schema ./schema.sql 

Info

The schema option automatically applies the latest database schema

Start Volume Server

In your terminal, navigate to the unzipped folder and run

SERVER_AUTH_TOKEN=changeme ./warehouse_volume_server

Start Web Server

In your terminal, navigate to the unzipped folder and run

SERVER_AUTH_TOKEN=changeme ./warehouse_web

Done!

The web UI should now be running at http://localhost:3002