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
- Download plugins and unpack them into
redmine/apps/redmine/htdocs/plugins
folder. - 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. - 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
- Restart the Bitnami application.