README.md 1020 字节
Newer Older
B
Bryan Helmkamp 已提交
1
# Welcome to GitLab [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://secure.travis-ci.org/gitlabhq/gitlabhq) [![build status](https://secure.travis-ci.org/gitlabhq/grit.png)](https://secure.travis-ci.org/gitlabhq/grit) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/gitlabhq/gitlabhq)
N
Nihad Abbasov 已提交
2

D
Dmitriy Zaporozhets 已提交
3
GitLab is a free project and repository management application
N
Nihad Abbasov 已提交
4

D
Dmitriy Zaporozhets 已提交
5

N
Nihad Abbasov 已提交
6 7
## Application details

D
Dmitriy Zaporozhets 已提交
8 9 10
* based on Ruby on Rails
* distributed under the MIT License
* works with gitolite
N
Nihad Abbasov 已提交
11 12 13

## Requirements

D
Dmitriy Zaporozhets 已提交
14
* Ubuntu/Debian
15
* ruby 1.9.2+
D
Dmitriy Zaporozhets 已提交
16
* mysql or sqlite
N
Nihad Abbasov 已提交
17
* git
18
* gitolite
D
Dmitriy Zaporozhets 已提交
19
* redis
N
Nihad Abbasov 已提交
20

D
Dmitriy Zaporozhets 已提交
21
## Install
N
Nihad Abbasov 已提交
22

D
Dmitriy Zaporozhets 已提交
23
Checkout wiki pages for installation information, migration, etc.
N
Nihad Abbasov 已提交
24

D
Dmitriy Zaporozhets 已提交
25
## Community
N
Nihad Abbasov 已提交
26

D
Dmitriy Zaporozhets 已提交
27
[Google Group](https://groups.google.com/group/gitlabhq)
D
Dmitriy Zaporozhets 已提交
28

D
Dmitriy Zaporozhets 已提交
29
## Contacts
N
Nihad Abbasov 已提交
30

D
Dmitriy Zaporozhets 已提交
31 32
Twitter:

D
Dmitriy Zaporozhets 已提交
33
 * @gitlabhq
D
Dmitriy Zaporozhets 已提交
34
 * @dzaporozhets 
N
Nihad Abbasov 已提交
35

D
Dmitriy Zaporozhets 已提交
36 37
Email

D
Dmitriy Zaporozhets 已提交
38
 * m@gitlabhq.com
N
Nihad Abbasov 已提交
39 40 41

## Contribute

42
[Development Tips](https://github.com/gitlabhq/gitlabhq/blob/master/doc/development.md)
D
Dmitriy Zaporozhets 已提交
43
Want to help - send a pull request.
D
Dmitriy Zaporozhets 已提交
44
We'll accept good pull requests.