Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 706 Bytes

Seinfeld Calendar

Track your OSS Productivity with GitHub.

http://lifehacker.com/software/motivation/jerry-seinfelds-productivity-secret-281626.php

Setup

  • See .gems (Heroku gem manifest) for required gems.

  • Setup a config/database.yml. See config/database.sample.yml.

  • Setup the initial database and start the application.

    $ rake db:schema:load $ rackup config.ru

Usage

  • Start the console:

    $ rake console:

  • Once you add a user, it will be accessible like so:

    $ open http://localhost:9292/~technoweenie

  • Add a user from GitHub.

    $ rake seinfeld:add USER=technoweenie

  • Update all progresses from GitHub, should be ran nightly.

    $ rake seinfeld:update USER=