Timetracking via Web
Demo (Heroku): http://demo.trame.prellele.de
Development sponsored by Basix IT
clone the repo
$ git clone https://github.com/prellele/trame.git
$ cd trame
bundle install
bundle install
run the web server (puma)
puma
the site should be at http://localhost:9292
don't forget to set the right timezone in config/application.rb. e.g:
config.time_zone = 'Berlin'
you can find the list of supported timezones here: http://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html
This application requires:
- Ruby version 1.9.2
- Rails version 3.2.7
This application uses MySQL or PostgreSQL with ActiveRecord.