- Download compatible Plugins from repository
- 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
- 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
Reset the MYSQL root Password in Bitnami Redmine
- Login into the server
- 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