GIT/GitLab
[Gitlab] Vue3+Quasar 프로젝트 Gitlab CI/CD 구축(1) - gitlab-runner 설치 및 등록
배포해야 할 서버 : CentOS 7 ✅ 서버에 필요한 필수 프로그램을 설치node를 가장 먼처 설치하는게 중요합니다. (npm이 필요하기 때문. node.js 설치하면 npm 자동 설치 됨)1. Node.js(npm) 2. Git3. Vue4. Yarn ✅ Node.js 설치아래 게시글 참고하여 설치 진행https://leewoogi.tistory.com/274 ■ Git 설치1. git 설치[root@localhost ]# yum install git 2. rpm 다운로드(git 설치 안되는 경우에만)[root@localhost ]# yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1...