raphendyr / gitlabhq

This fork contained implementation for PAM based login to Gitlab. It's left as archived as the feature was never merged.
MIT License
1 stars 1 forks source link

GitLab: self hosted Git management software

logo

animated-screenshots

GitLab allows you to

GitLab is

Code status

Resources

Requirements

** More details are in the requirements doc

Installation

Official installation methods

Third party one-click installers

Unofficial installation methods

New versions and upgrading

Since 2011 GitLab is released on the 22nd of every month. Every new release includes an upgrade guide.

Run in production mode

The Installation guide contains instructions on how to download an init script and run it automatically on boot. You can also start the init script manually:

sudo service gitlab start

or by directly calling the script

 sudo /etc/init.d/gitlab start

Run in development mode

Start it with Foreman

bundle exec foreman start -p 3000

or start each component separately

bundle exec rails s
script/background_jobs start

Run the tests

GitLab interfaces

Getting help

Getting in touch