Thursday, October 1, 2015

Redmine :- Plugin Installation / Uninstallation and Reset the MYSQL ROOT Password

  1. Download compatible Plugins from repository
  2. Unarchive / Extract  plugin to folder redmine/plugins
               (/opt/redmine-3.1.1-0/apps/redmine/htdocs/plugins/)
     3.  Install plugin
$ cd /opt/redmine-3.1.1-0/
/opt/redmine-3.1.1-0/$ ./use_redmine
$ cd /opt/redmine-3.1.1-0/apps/redmine/htdocs/plugins
$bundle exec rake redmine:plugins NAME=progressive_projects_list RAILS_ENV=production                 
Uninstall Plugin On Redmine Server
  1. Install plugin
$ cd /opt/redmine-3.1.1-0/apps/redmine/htdocs/plugins
$rake redmine:plugins:migrate NAME=redmine_agile VERSION=0 RAILS_ENV=production
     2.  Remove the Plugins from directory
$ cd /opt/redmine-3.1.1-0/apps/redmine/htdocs/plugins
$rake redmine:plugins:migrate NAME=redmine_agile VERSION=0 RAILS_ENV=production
    Reset the MYSQL root Password in Bitnami Redmine
  1. Login into the server
  2. Change to the Redmine Installed directory
$cd /opt/redmine-3.1.1-0/mysql/bin/
$ ./mysqladmin -p -u root password

No comments:

Post a Comment

bloggerwidgets