gitlabhq/README.md

53 lines
1.5 KiB
Markdown
Raw Normal View History

## GitLab is a self hosted Git management software.
2013-02-27 17:09:48 +01:00
2013-02-27 20:05:57 +01:00
Check out [gitlab.org](http://gitlab.org)
2013-02-27 17:09:48 +01:00
2013-02-27 20:05:57 +01:00
![logo](https://raw.github.com/gitlabhq/gitlabhq/master/public/gitlab_logo.png)
2013-02-27 17:09:48 +01:00
2013-02-27 20:05:57 +01:00
With GitLab you can:
* create projects and repositories
* manage repositories access
* do code review
- - -
### Code status:
2011-11-15 15:41:33 +01:00
* master: travis-ci.org
2013-02-27 20:05:57 +01:00
[![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://travis-ci.org/gitlabhq/gitlabhq)
2011-11-15 15:41:33 +01:00
* master: ci.gitlab.org
2013-02-27 20:05:57 +01:00
[![CI](http://ci.gitlab.org/projects/1/status?ref=master)](http://ci.gitlab.org/projects/1?ref=master)
2013-02-28 18:30:07 +01:00
* [![Code Climate](https://codeclimate.com/github/gitlabhq/gitlabhq.png)](https://codeclimate.com/github/gitlabhq/gitlabhq)
2013-02-27 20:05:57 +01:00
* [![Dependency Status](https://gemnasium.com/gitlabhq/gitlabhq.png)](https://gemnasium.com/gitlabhq/gitlabhq)
2011-11-25 23:30:51 +01:00
2013-02-27 20:05:57 +01:00
### Application details
2011-11-15 15:41:33 +01:00
2013-02-27 17:09:48 +01:00
* powered by Ruby on Rails
* its completely free and open source
2012-03-12 20:51:41 +01:00
* distributed under the MIT License
2011-11-15 15:41:33 +01:00
2013-02-27 20:05:57 +01:00
### Requirements
2011-11-15 15:41:33 +01:00
2012-03-12 20:51:41 +01:00
* Ubuntu/Debian
2012-10-04 12:48:20 +02:00
* ruby 1.9.3+
2012-11-21 11:52:55 +01:00
* MySQL
2011-11-15 15:41:33 +01:00
* git
2013-02-27 17:09:48 +01:00
* gitlab-shell
2012-01-02 21:34:49 +01:00
* redis
2011-11-15 15:41:33 +01:00
More details are in the [requirements doc](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/requirements.md)
2013-02-27 20:05:57 +01:00
### Install
2011-11-15 15:41:33 +01:00
2013-02-27 17:09:48 +01:00
Checkout [wiki](https://github.com/gitlabhq/gitlabhq/wiki) pages for installation information, migration, etc.
2011-11-15 15:41:33 +01:00
2013-02-27 20:05:57 +01:00
### [Community](http://gitlab.org/community/)
2011-12-06 22:11:22 +01:00
2013-02-27 20:05:57 +01:00
### [Contact](http://gitlab.org/contact/)
2011-11-15 15:41:33 +01:00
### [Contributing Guide](https://github.com/gitlabhq/gitlabhq/blob/master/CONTRIBUTING.md)
2011-11-15 15:41:33 +01:00
2013-02-27 20:05:57 +01:00
### [Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide)