-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Redmine Cookbook
By :
Installing this plugin can increase productivity drastically and reduce the time required to take a screenshot, save it as a file, upload it to Redmine, and then add it as an image.
You need server administrator permissions and git installed on the server.
In order to start using this, paste images from the clipboard plugin following these steps:
Navigate to your Redmine home directory:
cd path/to/redmine
Type the following:
git clone git://github.com/credativUK/redmine_image_clipboard_paste.git plugins/redmine_image_clipboard_paste
Run bundle install to install missing gems.
bundle install
Next migrate the bundle as follows:
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Restart Redmine by typing the following:
rm tmp/ && touch tmp/restart.txt
Once you have performed these steps, open Redmine in your browser and navigate to Administration | Plugins and the plugin should be visible:

Test your plugin by pressing print...
Change the font size
Change margin width
Change background colour