November 2018
Beginner
180 pages
4h 26m
English
Now, we're finally ready to install GitLab itself! Log in (or use su) as the git user and check out the GitLab Community Edition repository:
git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 11-1-stable gitlab
cd gitlab
cp config/gitlab.yml.example config/gitlab.yml
mkdir public/uploads/
cp config/secrets.yml.example config/secrets.yml ...
Read now
Unlock full access