README.md 894 字节
Newer Older
N
Nihad Abbasov 已提交
1 2 3 4
# Welcome to GitLab [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://secure.travis-ci.org/gitlabhq/gitlabhq)

GitLab is a free Project/Repository management application

D
Dmitriy Zaporozhets 已提交
5

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

8 9 10
* rails 3.1
* works only with gitolite
* sqlite as default a database
N
Nihad Abbasov 已提交
11 12 13 14 15 16

## Requirements

* ruby 1.9.2
* sqlite
* git
17
* gitolite
N
Nihad Abbasov 已提交
18 19
* pygments lib - `sudo easy_install pygments`

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

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

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

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

D
Dmitriy Zaporozhets 已提交
28
IRC freenode: #gitlabhq
N
Nihad Abbasov 已提交
29

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

D
Dmitriy Zaporozhets 已提交
32 33
Twitter:

D
Dmitriy Zaporozhets 已提交
34 35
 * @gitalbhq
 * @dzaporozhets 
N
Nihad Abbasov 已提交
36

D
Dmitriy Zaporozhets 已提交
37 38
Email

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

## Contribute

D
Dmitriy Zaporozhets 已提交
43 44 45 46
We are on our way to full open source. 
Want to help - create an issue on github and notify us that you are ready to start it.
If approved - fork, code, cover with tests & make pull request.
We'll accept good pull requests.