Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
/ golf Public archive

Ruby on Rails based scoring/submission site for programmers' gol

Notifications You must be signed in to change notification settings

gir/golf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golf.

Golf is a Ruby on Rails based scoring/submission site for programmers' golf.
There are many languages that may be entered and these languages can be edited
as seen fit. A demo can be seen running at http://cssninja.org/golf

To run Golf (quick start):
- git clone git://github.com/pwnies/golf.git
- cd golf
- git submodule init
- git submodule update
- Copy/rename the config/database.yml.example to config/database.yml and edit
  it to your liking.
- Copy/rename the config/config.yml.example to config/config.yml and edit to
  your liking.
- Create the databases required in MySQL.
- Run rake db:migrate.
- Run the server with ./script/server.

TODO:
- Automatic verification of submitted code.
- Better user features.
  - Administration.
  - User profiles.
- Scoreboard.
- Layout.
- More Specs.

PLUGINS:
- HAML/SAAS
- Restful Authentication
  - http://github.com/technoweenie/restful-authentication
- Role Requirement
 - http://github.com/timcharper/role_requirement/

About

Ruby on Rails based scoring/submission site for programmers' gol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published