Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 3.46 KB

README.md

File metadata and controls

73 lines (47 loc) · 3.46 KB

Redmine Dashboard

Build Status Code Climate Rate at redmine.org Follow at Twitter Flattr this git repo

NOTE: This README is for the development version of Redmine Dashboard 3.

Redmine Dashboard v2.x Screenshot

Redmine Dashboard 3 is a full rewrite of the stable Redmine Dashboard 2. Redmine Dashboard 3 is pre-alpha. As of now you cannot even drag issues.

Install v3 pre-alpha

As Redmine Dashboard 3 is still pre-alpha it can only build from source. You need Ruby, NodeJS with NPM, bower and make.

Clone repository and install NPM dependencies:

$ git clone [email protected]:jgraichen/redmine_dashboard.git -b master
$ bundle install
$ npm install

Compile development or production (minified) client-side components:

$ make css js # development
$ make min # production

The default target compiles for development.

Install plugin like any Redmine plugin and run:

$ bundle install
$ rake redmine:plugins:migrate

License

Copyright (C) 2011-2015 Jan Graichen <[email protected]>

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
details.

All contributions will be included under the terms of the GNU Affero General
Public License as published by the Free Software Foundation, either version 3
of the License, or (at your option) any later version.