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

Latest commit

 

History

History
42 lines (26 loc) · 1015 Bytes

File metadata and controls

42 lines (26 loc) · 1015 Bytes

TerraTracker

Simple open source time tracking and report generation for companies and freelancers.

Every so often I update a demo Heroku app of the site:

VISIT DEMO

Installation

Depenencies:

  • Ruby 1.9.3
  • SQLite3
  • Bundler
  • PostGres

To install:

$ git clone git@github.com:TerraCoding/TerraTracker.git
$ cd TerraTracker
$ gem install bundler
$ bundle install
$ rake db:create:all
$ rake db:migrate

For GoCardless integration, the config/initializers/gocardless.rb.sample needs renaming without .sample and API keys entered in.

Finally, you can start the server:

$ rails s

And then you can access the app by visiting http://localhost:3000/

License

GNU General Public License, version 3.0

Contribute

I would be more than happy for people to contribute to this project. If you have anything to offer, then just send me a pull request.