https://github.com/pinzolo/redmine_mx
Manage table definitions on Redmine
https://github.com/pinzolo/redmine_mx
Last synced: 4 months ago
JSON representation
Manage table definitions on Redmine
- Host: GitHub
- URL: https://github.com/pinzolo/redmine_mx
- Owner: pinzolo
- License: mit
- Created: 2014-07-20T16:34:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T11:06:45.000Z (almost 10 years ago)
- Last Synced: 2024-10-23T14:14:58.537Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# redmine_mx
[](http://travis-ci.org/pinzolo/redmine_mx)
[](https://coveralls.io/r/pinzolo/redmine_mx?branch=master)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:
```sh
$ git clone https://github.com/pinzolo/redmine_mx.git plugins/redmine_mx
```### 2. Install dependency gems:
```sh
$ bundle install --without test development
```### 3. Execute migration and deploy assets:
```sh
$ bundle exec rake redmine:plugins NAME=redmine_mx RAILS_ENV=production
```### 4. Restart your Redmine
```sh
# 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](http://vuejs.org/).
## Contributing
1. Fork it ([https://github.com/pinzolo/redmine_mx/fork](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