Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 226 Bytes

File metadata and controls

20 lines (14 loc) · 226 Bytes

StoryBox Self Hosted Server

Rust

rustup update && cargo update
rustup override set nightly

Deploying a Production Server

ROCKET_ENV=prod cargo run

Running in Development Mode

cargo run