Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 420 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 420 Bytes

Redmine Chilli PDF

This plugin export wiki to pdf.

Installation

Clone the code of the plugin to the folder REDMINE/plugins. Run the migrations.

cd REDMINE/plugins
git clone https://github.com/twinslash/redmine_chilli_pdf.git
cd redmine_chilli_pdf
bundle install

Restart your server.

Uninstall

Remove the plugin.

cd REDMINE/plugins
rm -rf redmine_chilli_pdf

Restart your server.