annotate plugins/redmine_checkout/README.rdoc @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents b4b72f1eb644
children
rev   line source
Chris@16 1 = Redmine Checkout plugin
Chris@16 2
Chris@16 3 Author:: Holger Just
Chris@16 4 URL:: http://dev.holgerjust.de/projects/redmine-checkout
Chris@16 5
Chris@16 6 This plugin to Redmine adds a link to the actual repository to the GUI.
Chris@16 7
Chris@16 8 This plugin includes ZeroClipboard[http://code.google.com/p/zeroclipboard/]
Chris@16 9 by Joseph Huckaby. This software is licensed under the
Chris@16 10 {GNU Lesser General Public License}[http://www.gnu.org/licenses/lgpl.html].
Chris@16 11
Chris@16 12 Copyright (c) 2009, 2010 Holger Just
Chris@16 13
Chris@16 14 Permission is hereby granted, free of charge, to any person
Chris@16 15 obtaining a copy of this software and associated documentation
Chris@16 16 files (the "Software"), to deal in the Software without
Chris@16 17 restriction, including without limitation the rights to use,
Chris@16 18 copy, modify, merge, publish, distribute, sublicense, and/or sell
Chris@16 19 copies of the Software, and to permit persons to whom the
Chris@16 20 Software is furnished to do so, subject to the following
Chris@16 21 conditions:
Chris@16 22
Chris@16 23 The above copyright notice and this permission notice shall be
Chris@16 24 included in all copies or substantial portions of the Software.
Chris@16 25
Chris@16 26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
Chris@16 27 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
Chris@16 28 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
Chris@16 29 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
Chris@16 30 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
Chris@16 31 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
Chris@16 32 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
Chris@16 33 OTHER DEALINGS IN THE SOFTWARE.
Chris@16 34
Chris@16 35 = Installation
Chris@16 36
Chris@16 37 The installation follows the standard installation path from
Chris@16 38 http://www.redmine.org/projects/redmine/wiki/Plugins
Chris@16 39
Chris@16 40 1. Copy the software to the vendor/plugins directory. Make sure that the name
Chris@16 41 of the directory is redmine_checkout.
Chris@16 42 2. Run rake db:migrate_plugins RAILS_ENV=production
Chris@16 43 3. Restart Redmine