Skip to content

Build & Run

Build

sh
git clone https://github.com/kartevonmorgen/openfairdb
cd openfairdb/
cargo build
git clone https://github.com/kartevonmorgen/openfairdb
cd openfairdb/
cargo build

Run

sh
./target/debug/openfairdb
./target/debug/openfairdb

Logging

sh
RUST_LOG=debug ./target/debug/openfairdb
RUST_LOG=debug ./target/debug/openfairdb

Available RUST_LOG levels:

  • warn
  • info
  • debug

If you want to get stacktraces on panics use

sh
export RUST_BACKTRACE=1
export RUST_BACKTRACE=1