summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md59
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 [![build status](https://secure.travis-ci.org/gitlabhq/gitlabhq.png)](https://travis-ci.org/gitlabhq/gitlabhq) [![build status](https://secure.travis-ci.org/gitlabhq/grit.png)](https://travis-ci.org/gitlabhq/grit) [![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 self hosted Git management software.
-GitLab is a free project and repository management application
+Check out [gitlab.org](http://gitlab.org)
-[![CI](http://ci.gitlab.org/projects/1/status?ref=master)](http://ci.gitlab.org/projects/1?ref=master)
+![logo](https://raw.github.com/gitlabhq/gitlabhq/master/public/gitlab_logo.png)
-## 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
+ [![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
-* 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)