Install plugins for redmine

From Notes_Wiki
Revision as of 06:45, 19 February 2013 by Saurabh (talk | contribs) (Created page with "<yambe:breadcrumb>Redmine_configuration|Redmine configuration</yambe:breadcrumb> =Install plugins for redmine= To install following plugins: *AgileDwarf *Banner in redmine us...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<yambe:breadcrumb>Redmine_configuration|Redmine configuration</yambe:breadcrumb>

Install plugins for redmine

To install following plugins:

  • AgileDwarf
  • Banner

in redmine use following steps:

  1. Install git using 'yum -y install git'
  2. Login as redmine user using 'su - redmine'
  3. Install plugins using following commands:
    cd redmine-2.2.3
    cd plugins
    git clone https://github.com/iRessources/AgileDwarf.git
    git clone https://github.com/akiko-pusu/redmine_banner
    cd ..
    killall -9 ruby
    rake redmine:plugins:migrate RAILS_ENV=production
    ruby script/rails server webrick -e production -d
  4. Open the redmine portal and check that additional modules are available for use for existing projects or for new projects. Note that new modules are not automatically enabled for a project. An administrator has to enable use of newly installed plugins before they are available for use within a project.