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

Terracoding/TerraTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

358 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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