Skip to content
Hai Bui edited this page Jan 22, 2014 · 6 revisions

Step 1:

Before install Scrum2B plugin, we need to install Redmine firstly. We recommend to Redmine 2.0 or newer version. You could see the Guide in http://www.redmine.org/projects/redmine/wiki/RedmineInstall

Step 2: Downlad Scrum2B tool

Go to the Redmine plugin folder. Clone the plugin from GitHub:

$ git clone https://github.com/scrum2b/scrum2b.git

Step 3: Migration

Go back to the Redmine folder, update your bundle and migrate the database:

$ bundle install

$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Then Restart Redmine

Step 4: Set configuration in Redmine admin pages

Please login to Admin account. Go to the Configuration page of the plugin to map the Status of issues to New/In progress/Complete/Closed:

http://localhost:3000/settings/plugin/scrum2b

Set permissions and Roles in menue:

Administration > Roles and permissions

There are 2 permissions in Scrum2B module for View and Edit. We need to set these permissions to roles that need.

Step 5: Active the Scrum2B function in each project we want.

We should set the Scrum2B plugin to be active as default modules in Admin pages. If not, we need to go to each project, in the Setting screens, there is "Modules" tab. In there, we have to set the "Scrum2B" module to be active. The "Scrum2B" tab will be displayed on the project page.