Copy of the WikiNG Redmine plugin, developed by Andriy Lesyuk at http://projects.andriylesyuk.com/projects/wiking WikiNG offers additional formatting options for Redmine.
http://subversion.andriylesyuk.com/wiking/
http://projects.andriylesyuk.com/projects/wiking/wiki
Tested on Redmine 4.1.2. Should be compatible with 4.x and 3.x
First download the plugin using git, open a terminal in your Redmine installation directory:
git clone git@github.com:martin-denizet/wiking ./plugins/
Then you will need to do migrate the database for the plugin.
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
The installation is now finished and you will be able to use the plugin after you restart your Redmine instance.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)GPLv2
Copyright (C) 2014 Andriy Lesyuk