|
1 |
| -# Redmine Git Hosting Plugin (v0.6.2) |
| 1 | +## Redmine Git Hosting Plugin |
2 | 2 |
|
3 |
| -A ChiliProject / Redmine plugin which makes configuring your own Git hosting easy. |
| 3 | +### A Redmine plugin which makes configuring your own Git hosting easy :) |
4 | 4 |
|
5 |
| -This plugin allows straightforward management of Gitolite and associated public keys, the Git daemon, and integrates code from Scott Schacon's "grack" utility |
6 |
| -to provide Git Smart HTTP access. |
| 5 | +This plugin allows straightforward management of Gitolite within Redmine. |
7 | 6 |
|
8 |
| -Git repositories are automatically created in Gitolite when the repository is created in Redmine. |
| 7 | +It provides these functionalities : |
9 | 8 |
|
10 |
| -There is also an option to automatically create a Git repository for a project, when the project is created. |
| 9 | +* [SSH Public Keys Management](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-ssh-public-keys-management) |
| 10 | +* [Deployment Credentials](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-deployment-credentials) |
| 11 | +* [Post-Receive URLs](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-post-receive-urls) |
| 12 | +* [Automatic Mirror Updates](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-automatic-mirror-updates) |
| 13 | +* [Git Smart HTTP](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-git-smart-http) |
| 14 | +* [Git Daemon](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-git-daemon) |
| 15 | +* [Caching Options](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-caching-options) |
| 16 | +* [Git mailing lists](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-git-mailing-lists) |
| 17 | +* [Sidekiq async jobs](https://github.com/jbox-web/redmine_git_hosting/wiki/Features#wiki-sidekiq-async-jobs) |
11 | 18 |
|
12 |
| -Caching functionality is also implemented to speed up page-load time when viewing Git repositories. |
| 19 | +You can follow announcements [here](https://github.com/jbox-web/redmine_git_hosting/wiki/Announcements) or take a look at the [roadmap](https://github.com/jbox-web/redmine_git_hosting/wiki/Roadmap). |
13 | 20 |
|
14 |
| -Follow announcements here : https://github.com/jbox-web/redmine_git_hosting/wiki/Announcements |
15 | 21 |
|
16 |
| -## Installation |
| 22 | +## Code status |
| 23 | + |
| 24 | +* [](https://codeclimate.com/github/jbox-web/redmine_git_hosting) |
17 | 25 |
|
18 |
| -Everything is in the wiki : https://github.com/jbox-web/redmine_git_hosting/wiki |
| 26 | +## Installation |
19 | 27 |
|
| 28 | +Read the documentation and more in the [Wiki](https://github.com/jbox-web/redmine_git_hosting/wiki). |
20 | 29 |
|
21 |
| -## Copyright & License |
22 | 30 |
|
23 |
| -Copyright (c) 2014 Nicolas Rodriguez ( [email protected]), JBox Web ( http://www.jbox-web.com) MIT License. |
| 31 | +## Copyrights & License |
| 32 | +Redmine Git Hosting is completely free and open source and released under the [MIT License](https://github.com/jbox-web/redmine_git_hosting/blob/v0.7/LICENSE). |
24 | 33 |
|
25 |
| -Copyright (c) 2011 John Kubiatowicz ([email protected]) MIT License. |
| 34 | +Copyright (c) 2013-2014 Nicolas Rodriguez ([email protected]), JBox Web (http://www.jbox-web.com) |
26 | 35 |
|
27 |
| -Copyright (c) 2010-2011 Eric Bishop ([email protected]) MIT License. |
| 36 | +Copyright (c) 2011 -2013 John Kubiatowicz ([email protected]) |
28 | 37 |
|
29 |
| -Copyright (c) 2009-2010 Jan Schulz-Hofen, ROCKET RENTALS GmbH (http://www.rocket-rentals.de). MIT License. |
| 38 | +Copyright (c) 2010 -2011 Eric Bishop ([email protected]) |
30 | 39 |
|
31 |
| -This plugin is based largely on the Gitosis plugin by Jan Schulz-Hofen for http://plan.io. Several updates/fixes were provided by Github users : untoldwind, tingar and ericpaulbishop. |
32 |
| -These updates were merged together and expanded upon by Eric Bishop to create this more comprehensive Git Hosting plugin. |
| 40 | +Copyright (c) 2009-2010 Jan Schulz-Hofen, Rocket Rentals GmbH (http://www.rocket-rentals.de) |
0 commit comments