August 2019
Beginner
608 pages
16h 7m
English
We'll install GitLab in the home directory of the git user:
$ cd /home/git
Clone the source:
$ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 12-2-stable gitlab Cloning into 'gitlab'... remote: Enumerating objects: 1234071, done. remote: Counting objects: 100% (1234071/1234071), done. remote: Compressing objects: 100% (369844/369844), done. remote: Total 1234071 (delta 937064), reused 1101079 (delta 849256) Receiving objects: 100% (1234071/1234071), 529.69 MiB | 5.58 MiB/s, done. Resolving deltas: 100% (937064/937064), done.
Go to the GitLab installation folder:
$ cd /home/git/gitlab
Copy the example GitLab config:
$ sudo -u git -H cp config/gitlab.yml.example config/gitlab.yml
Update the GitLab configuration ...
Read now
Unlock full access