gitlabhq/README.md
2013-02-27 22:17:46 +01:00

53 lines
1.5 KiB
Markdown

## 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/badge.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)