Skip to content

crccw/bnuoj-web-v4-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BNU Online Judge

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

Setup guide

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

About

BNUOJ frontend version 4, using ruby on rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 44.4%
  • JavaScript 28.2%
  • HTML 20.6%
  • Handlebars 6.0%
  • CSS 0.8%