BitNami Redmine

This page can't be edited. | Page History
    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

    Comparing version 09:06, 27 Jun 2012 by Admin with version 09:08, 27 Jun 2012 by Admin.

    ...


    ...


    ...

    1. Download the plugin and copy your plugin directory into installdir/apps/redmine/htdocs/plugins.
    2. 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:plugins RAILS_ENV=production
       
    3. Restart Redmine application.

    ...

    Version from 09:06, 27 Jun 2012

    This revision modified by Admin (Ban)

    ...


    ...


    ...

    1. Download the plugin and copy your plugin directory into installdir/apps/redmine/htdocs/plugins.
    2. 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
       
    3. Restart Redmine application.

    ...

    Version as of 09:08, 27 Jun 2012

    This revision modified by Admin (Ban)

    ...


    ...


    ...

    1. Download the plugin and copy your plugin directory into installdir/apps/redmine/htdocs/plugins.
    2. 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
       
    3. Restart Redmine application.

    ...