This plugin enables github style emoji notation in textile formatter.
-
Copy the plugin directory into the
pluginsdirectory, for example:$ cd /home/redmine/redmine-${version}/plugins $ git clone https://github.com/tmy/redmine_gemoji -
Run bundler (from the plugin directory):
$ bundle install -
Run rake task (from the Redmine root directory):
$ rake emoji -
Restart redmine