summaryrefslogtreecommitdiff
path: root/README.md
blob: 267f42360bf244fcdaa672b7992625a628850c3f (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
47
48
49
50
51
52
## GitLab is a self hosted Git management software.

Check out [gitlab.org](http://gitlab.org)

![logo](https://raw.github.com/gitlabhq/gitlabhq/master/public/gitlab_logo.png)

With GitLab you can:
 * create projects and repositories
 * manage repositories access
 * do code review

- - -

### Code status:

* master: travis-ci.org
  [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://travis-ci.org/gitlabhq/gitlabhq)

* master: ci.gitlab.org
  [![CI](http://ci.gitlab.org/projects/1/status?ref=master)](http://ci.gitlab.org/projects/1?ref=master)

* [![Code Climate](https://codeclimate.com/github/gitlabhq/gitlabhq.png)](https://codeclimate.com/github/gitlabhq/gitlabhq)
* [![Dependency Status](https://gemnasium.com/gitlabhq/gitlabhq.png)](https://gemnasium.com/gitlabhq/gitlabhq)

### Application details

* powered by Ruby on Rails
* its completely free and open source
* distributed under the MIT License

### Requirements

* Ubuntu/Debian
* ruby 1.9.3+
* MySQL
* git
* gitlab-shell
* redis

More details are in the [requirements doc](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/requirements.md)

### Install

Checkout [wiki](https://github.com/gitlabhq/gitlabhq/wiki) pages for installation information, migration, etc.

### [Community](http://gitlab.org/community/)

### [Contact](http://gitlab.org/contact/)

### [Contributing Guide](https://github.com/gitlabhq/gitlabhq/blob/master/CONTRIBUTING.md)

### [Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide)