Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 646 Bytes

File metadata and controls

25 lines (13 loc) · 646 Bytes

This project is a front-end rewrite of BNUOJ using rails.

DB Schema: github.com/51isoft/bnuoj/blob/master/bnuoj-schema.sql

Install RVM: rvm.io

Install Ruby: rvm install ruby-2.2.0p0

Install bundler: gem install bundler

Clone repo

Install gems: inside repo directory, run bundle install

Install bower packages: rake bower:install

Resolve bower url paths: rake bower:resolve

Change config/database.yml config/oj_config.yml to match your local environment.

Run the server: rails s