Gitlab 설치
#
Find similar titles
- 최초 작성자
-
최근 업데이트
jkpark@insilicogen.com
Structured data
- Category
- Management
Table of Contents
Gitlab_설치 #
GitLab 계정 만들기 #
우분투 Ubuntu 14.04에서 설치 #
-
Install and configure the necessary dependencies
sudo apt-get install curl openssh-server ca-certificates postfix
-
Add the GitLab package server and install the package
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash sudo apt-get install gitlab-ce
-
Configure and start GitLab
sudo gitlab-ctl reconfigure
-
Browse to the hostname and login
Username: root / Password: 5iveL!fe
리눅스 SSH 설정 #
-
키젠을 생성한다.
~$ ssh-keygen
-
해당 폴더에서 퍼블릭키를 복사한다.
~$ cat ~/.ssh/id_rsa.pub
-
Gitlab 사이트의 프로필/키등록 카테고리 페이지로 이동 후 붙여넣기 한다.