Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 545 Bytes

w0bm v2 Build Status

Experimental backend for w0bm

Building

You need to have rustc and cargo nightly.

Install by running:
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly

  1. cargo install diesel_cli
  2. Set up .env or set DATABASE_ENV env variable
  3. diesel setup
  4. cargo build

Running

cargo run or cargo run --release
or
cargo build --release && target/release/w0bm-rs