Go to file
Wolfram Twelker 04b09bdd67 Revise main README for cleanup and some minor clarifications
* Fix typos, add links, add minor text changes
* Rephrase three section for clarity

[ci skip]
2015-02-08 00:16:29 +01:00
app Merge branch 'refactor-avatars' into 'master' 2015-02-07 21:26:26 +00:00
bin Use new way of defining services on packager.io 2015-01-18 17:55:48 +00:00
config Add gitlab to oauth providers 2015-02-07 13:49:05 -08:00
db Add index on order columns 2015-02-06 10:21:48 -08:00
doc Merge branch 'webhooks-and-internal-services' into 'master' 2015-02-07 01:15:09 +00:00
docker Bump GitLab for Docker to version 7.7.2 2015-01-30 22:29:41 +01:00
features Improve tests 2015-02-06 09:19:51 -08:00
lib Merge branch 'mention-groups' 2015-02-06 16:45:37 -08:00
log init commit 2011-10-09 00:36:38 +03:00
public Merge pull request #6879 from arantir/patch-1 2014-05-01 22:51:56 +03:00
spec Merge branch 'api-default-order' into 'master' 2015-02-06 18:08:44 +00:00
tmp Make sure important directories exist in git 2014-03-30 22:45:28 -04:00
vendor/assets Merge pull request #8425 from rumpelsepp/rouge 2015-01-15 14:28:24 -08:00
.foreman complete hooks for post receive 2012-01-08 13:20:20 +02:00
.gitignore Sort .gitignore. 2014-11-29 10:48:19 +01:00
.hound.yml Make houndci prefer single quotes. 2014-07-16 09:38:42 +03:00
.pkgr.yml Use new way of defining services on packager.io 2015-01-18 17:55:48 +00:00
.rspec Remove --drb from .rspec 2014-03-24 08:55:27 -04:00
.rubocop.yml Rubocop: indentation fixes Yay!!! 2015-02-02 21:59:28 -08:00
.ruby-version GitLab does not work well with Ruby 2.2 yet 2015-01-07 10:58:17 -08:00
.simplecov organize simplecov 2013-01-07 22:23:13 +02:00
.teatro.yml teatro setup 2014-06-17 11:21:49 +03:00
CHANGELOG Merge branch 'mention-groups' 2015-02-06 16:45:37 -08:00
CONTRIBUTING.md Link to guidelines for interface text. 2015-01-13 10:26:55 -08:00
GITLAB_SHELL_VERSION Bump gitlab-shell version 2015-01-29 15:38:22 -08:00
Gemfile GitLab integration. Importer 2015-02-05 12:50:34 -08:00
Gemfile.lock GitLab integration. Importer 2015-02-05 12:50:34 -08:00
Guardfile Updated the spring gem and fixed the guard file 2014-08-16 14:30:44 +02:00
LICENSE Change the license to B.V. 2014-05-23 15:01:02 +02:00
MAINTENANCE.md Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
PROCESS.md Rephrase of the text 2014-12-15 10:41:30 +01:00
Procfile Fix sidekiq for development 2014-12-29 17:56:29 +02:00
README.md Revise main README for cleanup and some minor clarifications 2015-02-08 00:16:29 +01:00
Rakefile init commit 2011-10-09 00:36:38 +03:00
VERSION Welcome to 7.8 :) 2015-01-15 14:31:40 -08:00
config.ru Check specifically for Unicorn in rack config.ru file 2014-01-23 18:24:31 +01:00

README.md

logo GitLab

Open source software to collaborate on code

Animated screenshots

  • Manage Git repositories with fine grained access controls that keep your code secure
  • Perform code reviews and enhance collaboration with merge requests
  • Each project can also have an issue tracker and a wiki
  • Used by more than 100,000 organizations, GitLab is the most popular solution to manage Git repositories on-premises
  • Completely free and open source (MIT Expat license)
  • Powered by Ruby on Rails

Editions

There are two editions of GitLab. GitLab Community Edition (CE) is available without any costs under an MIT license.

GitLab Enterprise Edition (EE) includes extra features that are most useful for organizations with more than 100 users. To get access to the EE and support please become a subscriber.

Canonical source

The source of GitLab Community Edition is hosted on GitLab.com and there are mirrors to make contributing as easy as possible.

Code status

  • build status on ci.gitlab.org (master branch)

  • Build Status

  • Code Climate

  • Coverage Status

  • PullReview stats

Website

On about.gitlab.com you can find more information about:

Requirements

GitLab requires the following software:

  • Ubuntu/Debian/CentOS/RHEL
  • Ruby (MRI) 2.0 or 2.1
  • Git 1.7.10+
  • Redis 2.0+
  • MySQL or PostgreSQL

Please see the requirements documentation for system requirements and more information about the supported operating systems.

Installation

The recommended way to install GitLab is using the provided Omnibus packages. Compared to a manual installation, this is faster and less error prone. Just select your operating system, download the respective package (Debian or RPM) and install it using the system's package manager.

There are various other options to install GitLab, please refer to the installation page on the GitLab website for more information.

You can access a new installation with the login root and password 5iveL!fe, after login you are required to set a unique password.

Third-party applications

There are a lot of third-party applications integrating with GitLab. These include GUI Git clients, mobile applications and API wrappers for various languages.

GitLab release cycle

Since 2011 a minor or major version of GitLab is released on the 22nd of every month. Patch and security releases are published when needed. New features are detailed on the blog and in the changelog. For more information about the release process see the release documentation. Features that will likely be in the next releases can be found on the feature request forum with the status started and completed.

Upgrading

For updating the Omnibus installation please see the update documentation. For manual installations there is an upgrader script and there are upgrade guides detailing all necessary commands to migrate to the next version.

Install a development environment

To work on GitLab itself, we recommend setting up your development environment with the GitLab Development Kit. If you do not use the GitLab Development Kit you need to install and setup all the dependencies yourself, this is a lot of work and error prone. One small thing you also have to do when installing it yourself is to copy the example development unicorn configuration file:

cp config/unicorn.rb.example.development config/unicorn.rb

Instructions on how to start GitLab and how to run the tests can be found in the development section of the GitLab Development Kit.

Documentation

All documentation can be found on doc.gitlab.com/ce/.

Getting help

Please see Getting help for GitLab on our website for the many options to get help.

Is it any good?

Yes

Is it awesome?

Thanks for asking this question Joshua. These people seem to like it.