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

Open source time tracking for companies and freelance.

Notifications You must be signed in to change notification settings

Terracoding/TerraTracker

Repository files navigation

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.

About

Open source time tracking for companies and freelance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published