For installing plugins :
cd $BITNAMI_REDMINE_INSTALLATION_DIR$ (eg, /opt/redmine-3.4.4-3/)
cd $BITNAMI_REDMINE_INSTALLATION_DIR$ (eg, /opt/redmine-3.4.4-3/)
./use_redline
cd $BITNAMI_REDMINE_INSTALLATION_DIR$/apps/redmine/htdocs
(eg, /opt/redmine-3.4.4-3/apps/redmine/htdocs)
cd $BITNAMI_REDMINE_INSTALLATION_DIR$/apps/redmine/htdocs
(eg, /opt/redmine-3.4.4-3/apps/redmine/htdocs)
bundle install --without development test postgresql sqlite --no-deployment
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
For removing plugins ,use following command.
bundle exec rake redmine:plugins:migrate NAME=$redmine_plugin$ VERSION=0 RAILS_ENV=production
rm -rf plugins/$redmine_plugin$
For removing plugins ,use following command.
bundle exec rake redmine:plugins:migrate NAME=$redmine_plugin$ VERSION=0 RAILS_ENV=production
rm -rf plugins/$redmine_plugin$