diff options
-rw-r--r-- | README.md | 41 |
1 files changed, 25 insertions, 16 deletions
diff --git a/README.md b/README.md index e910dc958cd..2b8b8dfc189 100644 --- a/README.md +++ b/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: + -* master: travis-ci.org [](https://travis-ci.org/gitlabhq/gitlabhq)a -* master: ci.gitlab.org [](http://ci.gitlab.org/projects/1?ref=master) -* [](https://codeclimate.com/github/gitlabhq/gitlabhq) -* [](https://gemnasium.com/gitlabhq/gitlabhq) +With GitLab you can: + * create projects and repositories + * manage repositories access + * do code review + +- - - + +### Code status: -GitLab is a free project and repository management application +* master: travis-ci.org + [](https://travis-ci.org/gitlabhq/gitlabhq) +* master: ci.gitlab.org + [](http://ci.gitlab.org/projects/1?ref=master) + +* [](https://codeclimate.com/github/gitlabhq/gitlabhq) +* [](https://gemnasium.com/gitlabhq/gitlabhq) -## 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) |