Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.05 KB

Pathfinder Character Sheet Server

Setup

Install Rust and Cargo; rustup is a good option for this: https://github.com/rust-lang-nursery/rustup.rs/#other-installation-methods

Install Postgresql:

Create and seed the database by running

$ cd /path/to/app/src/libpathfinder/db/
$ ./restore.sh

This should create:

  • a database called pathfinder
  • a user pathfinder_user
  • all needed tables
  • reasonable working data seeded into said tables

How to

From a terminal:

$ cd /path/to/app/src/pathserver/
$ cargo run

Curl http://localhost:3000

The documentation for this to come, sorry!

Ta-da!