nexus 설치 및 설정
nexus 설치 및 설정 URL : http://www.sonatype.org/nexus/go Download Nexus 2.3.0 설치 및 서비스 포트 변경
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
]$ wget http://www.sonatype.org/downloads/nexus-2.3.0-04-bundle.tar.gz ]$ tar xvzf nexus-2.3.0-04-bundle.tar.gz ]$ cd nexus-2.3.0-04 ]$ vi conf/nexus.properties ... # Jetty section application-port=8090 application-host=0.0.0.0 nexus-webapp=${bundleBasedir}/nexus nexus-webapp-context-path=/nexus ... ]$ ./bin/nexus start Starting Nexus OSS... Started Nexus OSS. |
관리자웹 로그인 http://domain:8090/nexus/ Username: admin Password: admin123 기본설정 Administration > Server 에서 Anonymous Access에서 체크를 풀어서 로그인 안하면 못들어오도록 설정 Security > user … Continue reading