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.
Jake Probst 573963172f add ci 5 years ago
src start character server 5 years ago
.drone.yml add ci 5 years ago
Cargo.toml reference libpso from git 5 years ago
README.md readme change 5 years ago

README.md

setup

  • get http://rustup.rs
  • get the latest nightly rustup install nightly
  • grab elseware and libpso
  • have elseware and libpso in the same directory
  • cargo test to run tests

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