Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
more
Archives
Today
Total
관리 메뉴

main

[GitLab] gitlab-ce설치 (ubuntu 20.04) 본문

ETC

[GitLab] gitlab-ce설치 (ubuntu 20.04)

1984 2022. 1. 26. 17:15

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
Comments