-
라즈베리 파이 3 B/B+ gitlab 설치DevOps 2019. 6. 29. 23:48반응형
1. 메일 서버 셋팅
sudo apt install curl openssh-server ca-certificates postfix apt-transport-https
2. 설치 셋팅
curl https://packages.gitlab.com/gpg.key | sudo apt-key add - sudo curl -o /etc/apt/sources.list.d/gitlab_ce.list "https://packages.gitlab.com/install/repositories/gitlab/raspberry-pi2/config_file.list?os=debian&dist=jessie" && sudo apt-get update
3. gitlab apt-get으로 설치
sudo apt-get install gitlab-ce
4. 구동
sudo gitlab-ctl reconfigure
구동시 주의 사항
/etc/gitlab/gitlab.rb 의 external_url 의 url을 수정해야 project의 생성후 git url이 정상적으로 표기됩니다,
ex ) external_url 'http://192.168.0.999:9999'
참고
http://massimomusante.blogspot.com/2017/06/gitlab-on-raspberry-pi-3.html
GitLab on the Raspberry Pi 3
Software version control systems (VCS) are among essential (almost life-saving) tools when programming in team. A lso while working by t...
massimomusante.blogspot.com
-http://www.bluebee.co.kr/?p=345
ubuntu-16.04 GitLab 설치 – 블루비
새로운 프로젝트를 협업으로 진행하면서, 오랜만에 git이 필요하게 되었다. 일단 우분투 서버에 메모리가 너무 적으면 안된다. 1GB에서 설치했다가 낭패.. 4GB서버를 셋팅 후, 다시 시도했다. # sudo apt-get install ca-certificates curl openssh-server postfix postfix설정창이 뜨면 그냥 기본으로 두고 진행하면 된다. 이제 repository 셋팅을 위해 curl 로 스크립트를 받아온다. # cd
www.bluebee.co.kr
라즈베리파이에 gitlab을 설치해 프로젝트 관리서버를 만드는 방법
들어가며 프로젝트의 협업 및 버전관리를 위한 대표적인 방법에는 github를 사용하는 방법이 있습니다. 하지만 github에 올린 소스는 모두 공개되기 때문에 개인적인 또는 보안이 필요한 프로젝트에는 github와 비..
slim.tistory.com
https://about.gitlab.com/install/#raspberry-pi-2
Installation methods for GitLab
Learn about the various GitLab installation packages such as Ubuntu, Debian, Docker, Google Cloud, and much more.
about.gitlab.com
반응형'DevOps' 카테고리의 다른 글
CentOS Jenkins Update (0) 2019.10.30 Bitrise 시작하기 (1) 2019.10.15 Slack + Firebase 연동 알림 (0) 2019.09.07 Jenkins + Slack 알림 연동 (0) 2019.08.18 Jenkins + Google Play Store 배포 연동 (0) 2019.08.16 Github + Jenkins 연동 설정 (0) 2019.08.14 DevOps 란? (0) 2019.07.25 CentOS7 - JenKins 설치 (0) 2019.07.25