NOTE: This README is for the development version of Redmine Dashboard 3.
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.
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
Copyright (C) 2013-2014 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.