[macOS]brew 에서 httpd설치 // 설치 brew install httpd // 시작 brew services start httpd apachectl start mac os 4년 전
[macOS] brew 로 node 와 bower 설치 1. node 설치 $ brew install node 2. node 버전 확인 $ node -v 3. bower 설치 $ npm install -g bower 4. bower 버전 확인 $ bower -v 참고사이트 https://dyclassroom.com/howto-mac/how-to-install-bower-on-mac-using-node-and-npm mac os 5년 전
[centos]gitlab runner 설치 Gitlab runner 설치 curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash sudo yum install gitlab-runner Gitlab runner 등록 sudo gitlab-runner register Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/): https://gitlab.com/ Please enter the gitlab-ci token for this runner: Gitlab CI/CD settings > Runner 에 적힌 토큰을 적어줍니다. Please enter .. gitlab 5년 전