Skip to content

Gitlab 설치 #

Find similar titles

8회 업데이트 됨.

Edit
  • 최초 작성자
    tykim
  • 최근 업데이트

Structured data

Category
Management

Gitlab_설치 #

GitLab 계정 만들기 #

Image

우분투 Ubuntu 14.04에서 설치 #

  1. Install and configure the necessary dependencies

    sudo apt-get install curl openssh-server ca-certificates postfix

  2. 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

  3. Configure and start GitLab

    sudo gitlab-ctl reconfigure

  4. Browse to the hostname and login

Username: root / Password: 5iveL!fe

리눅스 SSH 설정 #

  1. 키젠을 생성한다.

    ~$ ssh-keygen

  2. 해당 폴더에서 퍼블릭키를 복사한다.

    ~$ cat ~/.ssh/id_rsa.pub

  3. Gitlab 사이트의 프로필/키등록 카테고리 페이지로 이동 후 붙여넣기 한다.

Image

Incoming Links #

Related Data Sciences #

0.0.1_20231010_1_v71