본문 바로가기

반응형

gitlab

C276x260 GitLab에서 리포지토리 미러링을 구성하는 방법 GitLab에서 리포지토리 미러링을 구성하는 방법(gitlab -> github 미러링)github 리포지토리 생성 및 tokens 생성repository 생성repository name : gitlab_mirrortokens 생성Settings > Developer settings > Personal access tokensgitlab 프로젝트 생성 및 미러링 설정프로젝트 생성프로젝트 그룹 : testG프로젝트 이름 : gitlab_source미러링 설정testG > gitlab_source > 저장소 설정Git 저장소 URL : https://아이디@github.com/아이디/gitlab_morror.git미러 방향 : Push인증 방법 : 패스워드패스워드 : 26911096892ee9823056df.. 더보기
C276x260 GitLab root 초기 비밀번호 GitLab root 초기 비밀번호- GitLab Version : 14.4.2gitlab 로그 중간에 출력docker-compose logs -f$ docker-compose logs -f...gitlab | Notes:gitlab | Default admin account has been configured with following details:gitlab | Username: rootgitlab | Password: You didn't opt-in to print initial root password to STDOUT.gitlab | Password stored to /etc/gitlab/initial_root_password. This file will be cle.. 더보기
C276x260 Linux SVN(Subversion) 서버 설치 및 설정 가이드 Linux SVN(Subversion) 서버 설치 및 설정 가이드Linux 환경에서 SVN(Subversion) 서버를 설치하고 저장소(Repository)를 생성한 뒤 사용자 인증 및 권한 설정까지 진행하는 방법입니다.테스트 환경운영체제 정보 : CentOS/Rocky Linux/RHEL 계열저장소 경로 : /app/svn저장소명 : repo11. SVN 패키지 설치yum -y install subversion설치 확인svnserve --version2. SVN 저장소 생성SVN 저장소 디렉터리 생성mkdir -p /app/svncd /app/svn저장소 생성svnadmin create --fs-type fsfs repo1생성 후 디렉터리 구조 확인tree /app/svn/repo13. SVN 서비스 .. 더보기
C276x260 Install Gitlab on CentOS Install Gitlab on CentOS1. Prerequisites - Opensshyum install -y openssh-serverPostfixyum install -y postfixchkconfig postfix onCronyum install -y cronie2. Downloadcurl -O https://downloads-packages.s3.amazonaws.com/centos-6.6/gitlab-7.7.1_omnibus.5.4.1.ci-1.el6.x86_64.rpm3. Installyum install -y gitlab-7.7.1_omnibus.5.4.1.ci-1.el6.x86_64.rpm4. ConfigureEdit External URLvim /etc/gitlab/gitlab.rb.. 더보기
C276x260 gitlab 설치(gitlab) gitlab 설치(gitlab)gitlab 다운로드https://packages.gitlab.com/gitlab/gitlab-ce1. Install and configure the necessary dependenciesyum install -y curl openssh-server postfix cronieservice postfix startchkconfig postfix onlokkit -s http -s ssh2. Add the GitLab package server and install the packagecurl -fsSL https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bashyum in.. 더보기

728x90
반응형