Как установить и настроить GitLab на Ubuntu 20.04

Опубликовано: 28 Ноябрь 2022
на канале: MivoCloud
19 тыс
30

GitLab is an open-source application primarily used to host Git repositories, with additional development-related features like issue tracking. It is designed to be hosted using your own infrastructure, and provides flexibility in deploying as an internal repository store for your development team, a public way to interface with users, or a means for contributors to host their own projects.

The GitLab project enables you to create a GitLab instance on your own hardware with a minimal installation mechanism. In this guide, you will learn how to install and configure GitLab Community Edition on an Ubuntu 20.04 server.

Prerequisites
The published GitLab hardware requirements recommend using a server with a minimum of

4 cores for your CPU
4GB of RAM for memory

Command used
sudo apt install ca-certificates curl openssh-server postfix tzdata perl
cd /tmpcurl -LO
less /tmp/script.deb.sh
sudo bash /tmp/script.deb.sh
sudo apt install gitlab-ce
sudo ufw allow http
sudo ufw allow https
sudo ufw allow OpenSSH
sudo nano /etc/gitlab/gitlab.rb
sudo gitlab-ctl reconfigure
sudo nano /etc/gitlab/initial_root_password

Useful Links:
VPS/VDS -
GitLab Installation Instruction -


Смотрите видео Как установить и настроить GitLab на Ubuntu 20.04 онлайн без регистрации, длительностью 07 минут 36 секунд в хорошем hd качестве. Это видео добавил пользователь MivoCloud 28 Ноябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 19 тысяч раз и оно понравилось 30 людям.