Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

원하는 상위 버전의 Gitlab 버전의 설치를 다음과 같이 할 수 있습니다.

1. Back up (선택사항)

기본 백업 경로는 /var/opt/gitlab/backups이며, 수정을 원할 시 /etc/gitlab/gitlab.rb 파일을 수정합니다.

sudo vi /etc/gitlab/gitlab.rb

gitlab_rails['backup_path'] = "<backup 지정 경로>"

Gitlab 백업 명령어는 아래와 같습니다.

sudo gitlab-rake gitlab:backup:create STRATEGY=copy

2. CentOS / RHEL 설치

# Gitlab-ce 설치
Sudo yum install gitlab-ce-<원하는 version>-ce.0.el6.x86_64

# Gitlab-ee 설치
Sudo yum install gitlab-ee-<원하는 version>-ce.0.el6.x86_64

3. Ubuntu 설치

# Gitlab-ce 설치
sudo apt-get install gitlab-ce=<원하는 version>-ce.0

# Gitlab-ee 설치
sudo apt-get install gitlab-ce=<원하는 version>-ce.0

참조 - 모든 버전을 https://packages.gitlab.com/gitlab/gitlab-ce에서 설치 시 사용해야 하는 설치 명령어를 찾을 수 있습니다.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.