Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

olin/referral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Referral, the game

Installation

This application utilizes Ruby, Sinatra, and Redis.

Mac

Roughly goes like this

  1. install rvm
  2. install a ruby, preferrably 1.9.3
  3. install homebrew
  4. install redis via homebrew
  5. bundle install
  6. gem install shotgun --- for debug mode code reloading for sinatra
  7. shotgun -p 3000 app.rb
  8. visit http://localhost:3000

Linux

Roughly the same as Mac above, except

  1. instead of homebrew, just use apt-get or aptitude
  2. apt-get install redis-server

TODO

  • create a score calculator -- walk the tree and calcualte score, likely

About

Refer people for points!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published