분류 전체보기171 OpenGrok 설치하기 brew install tomcat (tomcat 설치, 이미 설치됨) brew install tomcat brew install ctags (ctags 설치, 이미 설치됨) brew install ctags export OPENGROK_TOMCAT_BASE=/usr/local/Cellar/tomcat/9.0.31_1/libexec (tomcat 버전 확인 후 자신의 버전에 맞게 입력) 최신 버전 다운로드 https://github.com/OpenGrok/OpenGrok/releases 최신 버전으로 설정하지 않고 1.0 버전으로 설치 https://github.com/oracle/opengrok/releases/tag/1.0 위 경로에서 opengrok-1.0.tar.gz 파일은 다운로드 후 압축 풀기.. 2020. 5. 4. install Jenkins on MAC OS jenkins 설치하기 brew install jenkins 포트 변경하기 8080 -> 7070 vi /usr/local/opt/jenkins/homebrew.mxcl.jenkins.plist jenkins 서비스 실행 brew services start jenkins jenkins 접속 http://localhost:7070/ Jenkins 실행 확인 $ ps -ef | grep Jenkins (11:39:00) Json $ ps -ef | grep Jenkins 501 19081 15986 0 11:39AM ttys001 0:00.00 grep Jenkins 2020. 5. 4. uninstall jenkins on MAC OS brew uninstall jenkins --force 2020. 5. 4. 이전 1 ··· 40 41 42 43 다음