You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
424 B

5 years ago
  1. # setup
  2. * get http://rustup.rs
  3. * get the latest nightly `rustup install nightly`
  4. * grab elseware and [libpso](https://github.com/jakeprobst/libpso)
  5. * have elseware and libpso in the same directory
  6. * `cargo test` to run tests
  7. # to actually run it
  8. * `cargo install diesel_cli`
  9. * `diesel database setup`
  10. * [some sort of step that seeds the db with fake data to be useful]
  11. * `cargo run --bin patch` and `cargo run --bin login`