Go to file
Sytse Sijbrandij 5f9bc743f5 Update contributing file with latest insights. 2013-02-27 21:51:46 +01:00
app reduce fonts size for wiki render 2013-02-27 21:10:23 +02:00
config Merge pull request #2991 from raphendyr/username_change_disablation 2013-02-18 09:59:24 -08:00
db Data converting migrations was wrong. Fixed 2013-02-27 12:53:36 +04:00
doc Remove gitolite mention from docs 2013-02-25 21:45:33 +02:00
features remove duplicate finder in features/steps/path 2013-02-25 10:28:59 +02:00
lib use system call to start sidekiq 2013-02-27 20:40:01 +02:00
log
public Add logo to deploy.html 2013-02-16 21:35:11 +02:00
script
spec fixed popen test 2013-02-27 08:24:12 +02:00
tmp
vendor
.foreman
.gitignore Merge pull request #2990 from raphendyr/gitignore_and_logrotate 2013-02-18 10:01:09 -08:00
.rspec
.simplecov
.travis.yml Update database cleaner. Remove postgres from travis build list since it gives us deadlocks always 2013-02-21 14:11:04 +02:00
CHANGELOG Add new entries to CHANGELOG 2013-02-21 17:01:02 +02:00
CONTRIBUTING.md Update contributing file with latest insights. 2013-02-27 21:51:46 +01:00
Gemfile update grape to 0.3.1 for ruby 2.0 support. 2013-02-26 21:31:45 +01:00
Gemfile.lock update grape to 0.3.1 for ruby 2.0 support. 2013-02-26 21:31:45 +01:00
Guardfile
LICENSE
Procfile Fix procfile and attachment in event nore 2013-02-11 19:25:06 +02:00
README.md trying new readme 2013-02-27 21:05:57 +02:00
ROADMAP.md updated 2013-02-05 09:01:29 +02:00
Rakefile
VERSION It should be 5.0.0pre 2013-02-07 13:05:30 +02:00
config.ru

README.md

GitLab is a self hosted Git management software.

Check out gitlab.org

logo

With GitLab you can:

  • create projects and repositories
  • manage repositories access
  • do code review

Code status:

  • master: travis-ci.org build status

  • master: ci.gitlab.org CI

  • Code Climate

  • Dependency Status

Application details

  • powered by Ruby on Rails
  • its completely free and open source
  • distributed under the MIT License

Requirements

  • Ubuntu/Debian
  • ruby 1.9.3+
  • MySQL
  • git
  • gitlab-shell
  • redis

Install

Checkout wiki pages for installation information, migration, etc.

Community

Contact

Issue Submission Guide

Developer Guide