Files
redmine/plugins/000_redmine_x_ux_upgrade
2023-02-27 19:24:46 +01:00
..
2023-02-27 19:24:46 +01:00
2023-02-27 19:24:46 +01:00
2023-02-27 19:24:46 +01:00
2023-02-27 19:24:46 +01:00
2023-02-27 19:24:46 +01:00
2023-02-27 19:24:46 +01:00
2023-02-27 19:24:46 +01:00
2023-02-27 19:24:46 +01:00
2023-02-27 19:24:46 +01:00

#RedmineX UX Upgrade Plugin

Foreword

============ Thank you for purchasing the RedmineX UX Upgrade plugin. Below, you will find useful information about the plugin.

Contents

============

  1. Installation
  2. Update

1. Installation of the UX Upgrade Plugin

============

Follow the standard Redmine plugin installation procedure:

  1. If you are running Redmine using Bitnami, version 4.2.3-27-r02 and above, you will have to make permission adjustments to two of your folders. Go to /bitnami/redmine/public and change the plugin_assets folder permissions to 777 by running the following command: chmod -R 777 plugin_assets. Then go to /opt/bitnami/redmine/public and change the themes folder permissions to 777 by running the following command: chmod -R 777 themes . Now you're all set.
  2. Unzip the archive and copy it to redmine_root/plugins or copy the archive in the same location and perform the unzip command in cour console.
  3. from redmine_root run bundle install
  4. from redmine_root run bundle exec rake redmine:plugins:migrate RAILS_ENV=production
  5. restart Redmine

2. Updating The UX Upgrade Plugin

============

These are the steps needed to update the UX Upgrade plugin:

  1. Go to redmine_root/plugins and delete the 000_redmine_x_ux_upgrade folder
  2. Go to redmine_root/public/plugin_assets and delete the 000_redmine_x_ux_upgrade folder
  3. Restart Redmine
  4. Copy the new UX Upgrade version into the redmine_root/plugins folder
  5. from redmine_root run bundle install
  6. from redmine_root run bundle exec rake redmine:plugins:migrate RAILS_ENV=production
  7. Restart Redmine

Enjoy! RedmineX Team
www.redmine-x.com