Skip to content

justinsacbibit/osu-group-stats

Repository files navigation

osu! Group Stats Build Status

Required software

To run the osu! Group Stats app:

  1. Install dependencies with mix deps.get
  2. Create your database with mix ecto.create (make sure Postgres is running)
  3. Import a database dump with pg_restore -d uw_osu_dev /path/to/uw_osu_dump (may also need to specify -h localhost -U postgres if you get errors)
  4. Install JavaScript dependencies with npm install
  5. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Note that these instructions have not been tested on a "fresh" machine, so there may be additional steps required that I may have forgotten about. Please file an issue if you're having trouble getting set up!

About

osu! statistics website focused on groups of players

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published