-
Notifications
You must be signed in to change notification settings - Fork 43
Home
How to install the Redmine_Task_Board Plugin
Plugin From AleyInteractive: http://www.alleyinteractive.com/blog/alley-redmine-taskboard/
Tested in this Environment:
Redmine version 2.5.1.stable
Ruby version 1.9.3-p0 (2011-10-30) [x86_64-linux]
Rails version 3.2.17
Environment production
Database adapter Mysql2
- Download code from Github
https://github.com/netaustin/redmine_task_board
-
Renamme folder "redmine_task_board-master" to "redmine_task_board" and copy folder and content to redmine plugins folder (on our server the path is /usr/share/redmine/plugins)
-
Run the DB migration from the redmine root folder
rake redmine:plugins:migrate RAILS_ENV=production
- Restart apache2
sudo service apache2 restart
-
Login to Redmine and go to the Project Settings page for a specific project
-
Go to the Modules tab, check the Taskboard module, then click Save
-
Still in the Project Settings section, go to the Task Board tab
-
Create the columns you would like to have (e.g. "New", "In Progress", "To Review", "Done")
-
Drag the statuses under Available Statuses into their corresponding columns as you see fit, (you can drag multiple statuses to group tickets/tasks in that column), click Save Changes
-
Now you can go to the Task Board section to view all your tickets/tasks separated into a Kanban style board.