Skip to content

southernTrbl/gitlab-installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gitlab-installer

This script can install GitLab into your machine automatically.

Usage

Set your GitLab's hostname.

$ sudo hostname gitlab.example.com

Run script.

Ubuntu 12.04 or later:

$ curl https://github.com/raw/akagisho/gitlab-installer/master/ubuntu.sh \
    | sudo bash 2>&1 | tee gitlab-installer.log

CentOS 6.X:

$ curl https://github.com/raw/akagisho/gitlab-installer/master/centos6.sh \
    | sudo bash 2>&1 | tee gitlab-installer.log

Help

Get more information: http://blog.akagi.jp/archives/3235.html

Packages

No packages published

Languages

  • Shell 100.0%