Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 646 Bytes

README_jp.md

File metadata and controls

30 lines (20 loc) · 646 Bytes

Redmine Redcarpet Viewer plugin

Redmine のリポジトリビュワーで Markdown ファイルを表示したときに Redcarpet で表示するためのプラグインです。

インストール

Redmine のプラグインディレクトリに移動します。

$ cd /path/to/redmine/plugins/

プラグインを clone します。

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

Bundler で必要なパッケージをインストールします。

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

Redmine を再起動します。

$ sudo service httpd restart