public
Description: Timetracking (and soon invoicing) for independent devs
Homepage:
Clone URL: git://github.com/edward/reckoning.git
README
= Reckoning

Timetracking (and soon invoicing) for independent devs

== Requirements

* Rails 2.0.2 (see config/environment.rb; RAILS_GEM_VERSION)
* A Rails-friendly database like sqlite3 and its accompanying rubygem

=== Optional
* RSpec and RSpec On Rails for running specs

== Installation

* Edit config/database.yml (currently set to use sqlite3)
* $ rake db:migrate

== Usage

* Begin using a text file to keep your hours in that follows the standard seen
  in vendor/plugins/time_cruncher/README.txt

  ** Install the TextMate bundle if you've got it; how about them macros?

* Start the server with 

  $ ruby script/server

* Visit http://localhost:3000