Table of contents
You are currently comparing two old versions - only when you are comparing against the latest version can you revert. Return to version archive.
Combined revision comparison
...
...
...
- Download the plugin and copy your plugin directory into
installdir/apps/redmine/htdocs/plugins. - If the plugin requires a migration, run the following command to upgrade your database (make a db backup before). You should run this command from a use_redmine console:
$ cd installdir
$ ./use_redmine
$ cd apps/redmine/htdocs
$ rake db:migrate_pluginsmigrate:pluginsRAILS_ENV=production
- Restart Redmine application.
...
Version from 09:06, 27 Jun 2012
...
...
...
- Download the plugin and copy your plugin directory into
installdir/apps/redmine/htdocs/plugins. - If the plugin requires a migration, run the following command to upgrade your database (make a db backup before). You should run this command from a use_redmine console:
$ cd installdir
$ ./use_redmine
$ cd apps/redmine/htdocs
$ rake db:migrate:pluginsRAILS_ENV=production
- Restart Redmine application.
...
Version as of 09:08, 27 Jun 2012
...
...
...
- Download the plugin and copy your plugin directory into
installdir/apps/redmine/htdocs/plugins. - If the plugin requires a migration, run the following command to upgrade your database (make a db backup before). You should run this command from a use_redmine console:
$ cd installdir
$ ./use_redmine
$ cd apps/redmine/htdocs
$ rake db:migrate_plugins RAILS_ENV=production
- Restart Redmine application.
...
