-
Notifications
You must be signed in to change notification settings - Fork 5
Initial setup
Henry Zimmerman edited this page Jun 1, 2018
·
6 revisions
- Clone Repo
- Run
nix-shell
. - 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
. - Navigate to the
/backend/
directory. - Run
diesel setup
. - Run
diesel migration run
.
You should be done setting up the backend.