diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 59 |
1 files changed, 33 insertions, 26 deletions
diff --git a/README.md b/README.md index ee029f9bfcb..b8ae9d38456 100644 --- a/README.md +++ b/README.md @@ -1,45 +1,52 @@ -# Welcome to GitLab [](https://travis-ci.org/gitlabhq/gitlabhq) [](https://travis-ci.org/gitlabhq/grit) [](https://codeclimate.com/github/gitlabhq/gitlabhq) [](https://gemnasium.com/gitlabhq/gitlabhq) +## GitLab is a self hosted Git management software. -GitLab is a free project and repository management application +Check out [gitlab.org](http://gitlab.org) -[](http://ci.gitlab.org/projects/1?ref=master) + -## Application details +With GitLab you can: + * create projects and repositories + * manage repositories access + * do code review -* based on Ruby on Rails +- - - + +### Code status: + +* 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 + +* powered by Ruby on Rails +* its completely free and open source * distributed under the MIT License -* works with gitolite -## Requirements +### Requirements * Ubuntu/Debian * ruby 1.9.3+ * MySQL * git -* gitolite +* gitlab-shell * redis -## Install - -Checkout wiki pages for installation information, migration, etc. - -## Community - -[Google Group](https://groups.google.com/group/gitlabhq) - -## Contacts +More details are in the [requirements doc](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/requirements.md) -Twitter: +### Install - * @gitlabhq - * @dzaporozhets +Checkout [wiki](https://github.com/gitlabhq/gitlabhq/wiki) pages for installation information, migration, etc. -Email +### [Community](http://gitlab.org/community/) - * m@gitlabhq.com +### [Contact](http://gitlab.org/contact/) -## Contribute +### [Contributing Guide](https://github.com/gitlabhq/gitlabhq/blob/master/CONTRIBUTING.md) -[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) |
