728x90 클라우드18 gitlab 설치 Gitlab-EE 설치 (https://about.gitlab.com/install/#ubuntu) apt-get update, upgrade sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates Gitlab-EE Omnibus 패키지 설치 curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash sudo apt-get install gitlab-ee itlab.rb 환경 설정(https://docs.gitlab.com/omnibus/settings/configuration.html) 환경 설정을 위한.. 2021. 9. 4. Gitlab 서버 접속 AWS Bastion 서버 접속 Gitlab EC2 Instance에 접속하기 위해 PMS Bastion 서버에 먼저 접속한다(SSH / Putty 활용). Putty를 통한 Bastion 서버 접속 방법 : https://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/putty.html Gitlab EC2 인스턴스 접속을 위해 AWS pem 파일을 Bastion 서버 내에 생성 - vi 를 통해 pem 파일 내용을 copy 하여 파일을 생성하거나 ftp를 통해 pem 파일을 Bastion 서버에 put Gitlab EC2 Private IP 확인 Bastion 서버에서 ssh 통해 Gitlab EC2 서버 접속 ssh -i > @ ex) ssh -i gitla.. 2021. 9. 3. 이전 1 2 3 4 5 다음 728x90 LIST