https://github.com/pskillen/mdu-redmine-macros
Redmine custom macros to support MDU operations
https://github.com/pskillen/mdu-redmine-macros
Last synced: 2 months ago
JSON representation
Redmine custom macros to support MDU operations
- Host: GitHub
- URL: https://github.com/pskillen/mdu-redmine-macros
- Owner: pskillen
- Created: 2018-12-12T11:29:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T10:52:29.000Z (over 7 years ago)
- Last Synced: 2025-01-17T03:12:06.355Z (over 1 year ago)
- Language: Ruby
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MDU Custom Macros for Redmine
=============================
## Installation
**NB**: The preferred method of installation is via Git
### By Git
1. Clone git repo to Redmine plugins directory, e.g.
```bash
cd /opt/redmine/plugins/
git clone git@github.com:pskillen/mdu-redmine-macros.git
```
2. Restart Redmine
3. Plugin should be available in Redmine -> Administration -> Plugins
### By file copy
1. Copy `init.rb` and `lib/` to redmine plugins directory on server
e.g. `/opt/redmine/plugins/mdu-redmine-macros/`
2. Restart Redmine
3. Plugin should be available in Redmine -> Administration -> Plugins