trying new readme
This commit is contained in:
parent
60fdc04d03
commit
2c71c2e1df
1 changed files with 25 additions and 16 deletions
41
README.md
41
README.md
|
@ -1,23 +1,34 @@
|
|||
# Welcome to GitLab! Self hosted Git management software
|
||||
## GitLab is a self hosted Git management software.
|
||||
|
||||
Check out [gitlab.org](http://gitlab.org)
|
||||
|
||||
## Badges:
|
||||
![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)
|
||||
|
||||
* master: travis-ci.org [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://travis-ci.org/gitlabhq/gitlabhq)a
|
||||
* 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)
|
||||
|
||||
GitLab is a free project and repository management application
|
||||
|
||||
|
||||
## Application details
|
||||
### Application details
|
||||
|
||||
* powered by Ruby on Rails
|
||||
* its completely free and open source
|
||||
* distributed under the MIT License
|
||||
|
||||
## Requirements
|
||||
### Requirements
|
||||
|
||||
* Ubuntu/Debian
|
||||
* ruby 1.9.3+
|
||||
|
@ -26,16 +37,14 @@ GitLab is a free project and repository management application
|
|||
* gitlab-shell
|
||||
* redis
|
||||
|
||||
## Install
|
||||
### Install
|
||||
|
||||
Checkout [wiki](https://github.com/gitlabhq/gitlabhq/wiki) pages for installation information, migration, etc.
|
||||
|
||||
## [Community](http://gitlab.org/community/)
|
||||
### [Community](http://gitlab.org/community/)
|
||||
|
||||
## [Contact](http://gitlab.org/contact/)
|
||||
### [Contact](http://gitlab.org/contact/)
|
||||
|
||||
## Contribute
|
||||
### [Issue Submission Guide](https://github.com/gitlabhq/gitlabhq/wiki/Issue-Submission-Guide)
|
||||
|
||||
[Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide)
|
||||
Want to help - send a pull request.
|
||||
We'll accept good pull requests.
|
||||
### [Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide)
|
||||
|
|
Loading…
Reference in a new issue