/trame

Webapp to track workingtime, manage tickets, create invoices or [insert imagination here]. Little bro of human-resources-managing-sys

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

trame

Build Status Dependency Status Code Climate

Timetracking via Web

Demo (Heroku): http://demo.trame.prellele.de

Development sponsored by Basix IT

Getting Started

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

Ruby on Rails

This application requires:

  • Ruby version 1.9.2
  • Rails version 3.2.7

Database

This application uses MySQL or PostgreSQL with ActiveRecord.