Redmine plugins installation on Windows

Redmine installation

First, you need to download the package with Redmine from Bitnami's portal.

  • Then open the folder where the package was downloaded, and click on it twice.
  • The installation process will begin.
  • Wait until the installation is finished.

Please check this article for more detail with screenshots and a step-by-step guide as well as a video demonstration at the end.

Plugins installation

  1. Download plugins and unpack them into redmine/apps/redmine/htdocs/plugins folder.
  2. Open an explorer and go to the folder where Redmine is now installed. Find the script use_redmine.bat and run it with a double click. A new window with a command line will be opened.
  3. Enter the next commands in that new window.
    cd apps\redmine\htdocs
    bundle install --without development test --no-deployment
    bundle exec rake redmine:plugins RAILS_ENV=production
    
  4. Restart the Bitnami application.

Video demonstration of a plugin installation

Was this article helpful? Yes  No
159 from 206 found this helpful