Skip to content

Initial setup

Henry Zimmerman edited this page Jun 1, 2018 · 6 revisions
  1. Clone Repo
  2. Run nix-shell.
  3. Run cargo install diesel_cli --no-default-features --features "postgres". The build is known to work on rust toolchain: rustup default nightly-2018-05-05.
  4. Navigate to the /backend/ directory.
  5. Run diesel setup.
  6. Run diesel migration run.

You should be done setting up the backend.

Clone this wiki locally