main
[GitLab] gitlab-ce설치 (ubuntu 20.04) 본문
URL
https://about.gitlab.com/install/
Download and install GitLab
Download, install and maintain your own GitLab instance with various installation packages and downloads for Linux, Kubernetes, Docker, Google Cloud and more.
about.gitlab.com
설치 방법
1. Ubuntu 클릭

2. 아래 명령어를 사용하여 설치한다.
sudo apt update
sudo apt-get install -y curl openssh-server ca-certificates tzdata perl
sudo apt-get install -y postfix
# gitlab repo 추가
curl <https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh> | sudo bash
# 별도의 도메인이 있을 때
sudo EXTERNAL_URL="<https://gitlab.example.com>" apt-get install gitlab-ee
# VM등으로 테스트 할 때
sudo EXTERNAL_URL=":포트번호" apt-get install gitlab-ee

728x90
'ETC' 카테고리의 다른 글
[Linux] 에러: syntax error near unexpected token `$'{\r'' (0) | 2022.03.25 |
---|---|
[Power Shell] AD 그룹 구성원 확인 방법 (0) | 2022.03.04 |
[WSL] ubuntu root로 접속 하는 방법 (0) | 2022.01.30 |
[Ubuntu] Architecture 확인 방법 (0) | 2022.01.26 |
[Git] CAfile: C:/path/Git/mingw64/ssl/certs/ca-bundle.crt (Visual Studio 2022) (0) | 2022.01.20 |