Skip to content

pinzolo/redmine_mx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmine_mx

Build Status Coverage Status

redmine_mx is a Redmine's plugin for management table definitions.

Installation

Execute follow commands at your Redmine directory.

1. Clone to your Redmine's plugins directory:

$ git clone https://github.com/pinzolo/redmine_mx.git plugins/redmine_mx

2. Install dependency gems:

$ bundle install --without test development

3. Execute migration and deploy assets:

$ bundle exec rake redmine:plugins NAME=redmine_mx RAILS_ENV=production

4. Restart your Redmine

# In case of using passenger
$ touch tmp/restart.txt

Supported versions

  • Ruby: 1.9.3, 2.0.0, 2.1.x, 2.2.x
  • Redmine: 2.5.x, 2.6.x, 3.0.x, 3.1.x, 3.2.x (Perhaps 2.3.x, 2.4.x)

This plugin does not work in IE8 and below, because redmine_mx uses Vue.js.

Contributing

  1. Fork it (https://github.com/pinzolo/redmine_mx/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Manage table definitions on Redmine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published