OSDN Git Service

Merge branch 'web_hooks' of https://github.com/ariejan/gitlabhq into ariejan-web_hooks
[wvm/gitlab.git] / README.md
1 # Welcome to GitLab [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://secure.travis-ci.org/gitlabhq/gitlabhq)
2
3 GitLab is a free Project/Repository management application
4
5
6 ## Application details
7
8 rails 3.1
9 works only with gitolite
10 sqlite as default a database
11
12 ## Requirements
13
14 * ruby 1.9.2
15 * sqlite
16 * git
17 * gitolite
18 * pygments lib - `sudo easy_install pygments`
19
20 ## Install
21
22 Checkout wiki pages for installation information, migration, etc.
23
24 ## Community
25
26 [Google Group](https://groups.google.com/group/gitlabhq)
27
28 IRC freenode: #gitlabhq
29
30 ## Contacts
31
32 Twitter:
33
34  * @gitalbhq
35  * @dzaporozhets 
36
37 Email
38
39  * m@gitlabhq.com
40
41 ## Contribute
42
43 We are on our way to full open source. 
44 Want to help - create an issue on github and notify us that you are ready to start it.
45 If approved - fork, code, cover with tests & make pull request.
46 We'll accept good pull requests.