https://github.com/opsway/redmine-tocat
https://github.com/opsway/redmine-tocat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/opsway/redmine-tocat
- Owner: opsway
- Created: 2014-09-30T07:52:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-01T07:04:47.000Z (over 11 years ago)
- Last Synced: 2025-12-28T22:57:56.286Z (5 months ago)
- Language: Ruby
- Size: 145 KB
- Stars: 0
- Watchers: 35
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Redmine Tocat Plugin
This is a redmine cluent for Theory of Constraints Accounting for Teams (TOCAT) service.
See https://github.com/opsway/tocat for details.
=Installation
[As standalone plugin]
Unzip plugin into ./plugins/. This would result in a directory-path like:
./plugins/redmine_tocat/init.rb
Install dependent ruby gems by following command:
bundle install --without development test
[As submodule for you redmine git-repo]
Add sumbodule to your repo:
$ git submodule add git@github.com:opsway/redmine-tocat.git ./plugins/redmine_tocat
Commit changes:
$ git commit -am 'add submodule rack'
Push changes to server (if you or your team has dedicated git server):
$ git push
Then you should go to "Administration -> Plugins -> Redmine Tocat plugin" and setup plugin global settings.