Redmine Theme Manager

Themes Manager Redmine Plugin

  • Redmine Theme Manager
  • Redmine Theme Manager
  • Redmine Theme Manager
1676

Compatible with Redmine 2.6.x.

Installation

  • Cd to your redmine plugins/ directory
  • Git-clone the plugin from this repository into a folder: theme_manager (You must name your directory with underscores as shown here, or the plugin will throw a fatal error)
  • Then you can install all the gems required by plugin using the following command:
    bundle install --without development test
    
  • Run plugin migrations using the following command:
    bundle exec rake redmine:plugins:migrate RAILS_ENV=production
    
  • Restart your Redmine web servers