Skip to content

TimDumol/super-ranklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Ranklist

UP Programming Guild's internal ranklist.

Usage

First,

In one terminal

  % npm install express # Yes, just express
  % npm install -g jade
  % bundle install
  % bundle exec guard -i

Then, create build/backend/config.json with contents:

  {
    "adminPassword": "<your password here>"
  }

In another,

  % vagrant up
  % vagrant ssh
  % npm install
  % sudo npm install -g supervisor
  % nohup rethinkdb &
  % cd ranklist/build/backend
  % supervisor -w . server.js

Then visit http://localhost:3000.

About

UP Programming Guild Internal Ranklist v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors