Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 386 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 386 Bytes

Redmine Redcarpet Viewer plugin

Install

Move Redmine plugin directory.

$ cd /path/to/redmine/plugins/

Clone plugin from github.

$ git clone https://github.com/ngyuki/redmine_redcarpet_viewer.git

Install dependency by bundler.

$ cd /path/to/redmine/
$ bundle install

Restart Redmine.

$ sudo service httpd restart