elseware/README.md

13 lines
424 B
Markdown
Raw Normal View History

2019-08-24 15:32:09 -07:00
# setup
* get http://rustup.rs
* get the latest nightly `rustup install nightly`
* grab elseware and [libpso](https://github.com/jakeprobst/libpso)
* have elseware and libpso in the same directory
2019-08-25 04:51:44 -07:00
* `cargo test` to run tests
2019-08-28 17:46:12 -07:00
# to actually run it
* `cargo install diesel_cli`
* `diesel database setup`
* [some sort of step that seeds the db with fake data to be useful]
* `cargo run --bin patch` and `cargo run --bin login`