Simple open source time tracking and report generation for companies and freelancers.
Every so often I update a demo Heroku app of the site:
Depenencies:
- Ruby 1.9.3
- SQLite3
- Bundler
- PostGres
To install:
$ git clone [email protected]: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/
GNU General Public License, version 3.0
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.