Ubuntu 18.04
Sponsored Link

Install GitLab2018/11/28

 
Install GitLab which is project management tool like GitHub.
[1]
[2]
[3] Install GitLab.
It's easy to setup with gitlab-ctl command by using Chef Cook Book.
root@dlp:~#
curl -O https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh

root@dlp:~#
os=ubuntu dist=bionic bash ./script.deb.sh
root@dlp:~#
apt -y update

root@dlp:~#
apt -y install gitlab-ce
root@dlp:~#
dpkg -l gitlab-ce

| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  gitlab-ce      11.5.0-ce.0  amd64        GitLab Community Edition (includi

root@dlp:~#
gitlab-ctl reconfigure
.....
.....
Running handlers:
Running handlers complete
Chef Client finished, 457/648 resources updated in 04 minutes 54 seconds
gitlab Reconfigured!
[4] Access to [http://(your server's hostname or IP address)/] from any Client Host, then password reset is required at initial access, set new password you like.
[5] After reseting password, login form is shown, login with root user and password you just set abobve.
[6] This is GitLab main index. It's possible to use it like GitHub in local network.
Matched Content