summaryrefslogtreecommitdiff
path: root/README.md
blob: 2287d48263e0e9b1436e6ab2a93b9f8b14fd7fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 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


## Application details

rails 3.1
works only with gitolite
sqlite as default a database

## Requirements

* ruby 1.9.2
* sqlite
* git
* gitolite
* pygments lib - `sudo easy_install pygments`

## Install

Checkout wiki pages for installation information, migration, etc.

## Community

[Google Group](https://groups.google.com/group/gitlabhq)

IRC freenode: #gitlabhq

## Contacts

Twitter:

 * @gitalbhq
 * @dzaporozhets 

Email

 * m@gitlabhq.com

## Contribute

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.