Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
/ worksheet Public archive

Worksheet to visualize logged time in different redmine instances

Notifications You must be signed in to change notification settings

lcguida/worksheet

Repository files navigation

WorkSheet

Build Status Coverage Status Dependency Status

What it is?

A little Sinatra app that centralizes logged time entries from different redmine isntances

Como usar?

  • Clone the project
git clone https://github.com/lcguida/worksheet.git
  • bundle isntall

  • Create a database.yml file with at least one 'default' database (pointing to a existing redmine database):

#database.yml

default:
  adapter: "<mysql,postgres,sqlite>"
  host: "<host>"
  port: <port>
  user: "<user>"
  password: "<password>"
  database: "<database>"
  
#Other databases:
another-redmine:
  adapter: "<mysql,postgres,sqlite>"
  host: "<host>"
  port: <port>
  user: "<user>"
  password: "<password>"
  database: "<database>"
  • Create a config.yml as following:
#config.yml

bind: <server_bind_address>
  1. Execute: bundle exec rackup -p <port>

About

Worksheet to visualize logged time in different redmine instances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published