This plugin enables github style emoji notation in textile formatter.
-
Copy the plugin directory into the
plugins
directory, 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