Skip to content

rkallensee/redmine_checkout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Checkout plugin

Original Author: Holger Just Original URL: dev.holgerjust.de/projects/redmine-checkout

This plugin to Redmine adds a link to the actual repository to the GUI.

This plugin includes ZeroClipboard by Joseph Huckaby. This software is licensed under the GNU Lesser General Public License.

Copyright © 2009, 2010 Holger Just

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Installation

This plugin targets Redmine 2.1 (also compatible with Redmine 3.x):

  1. Copy the software to the plugins directory. Make sure that the name of the directory is redmine_checkout.

  2. Go to the redmine_checkout directory and run bundle install to install (almost) all the dependencies.

  3. Install the redmine_plugin_support gem (the missing dependency).

  4. Run rake redmine:plugins:migrate RAILS_ENV=production at Rails’ root directory.

  5. Restart Redmine.

About

This plugin adds a link to the actual repository to the Redmine GUI.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 57.9%
  • HTML 16.1%
  • JavaScript 15.3%
  • CSS 7.2%
  • ActionScript 3.5%