Nexus是典型的Java Web應用,有兩種安裝(包)方式:
web
①:包含Jetty容器的Bundle包安裝;apache
下載:nexus-2.6.2-01-bundle.zipwindows
解壓到指定文件下面,而後在:瀏覽器
F:\Java\nexus-2.6.2-01-bundle\nexus-2.6.2-01\bin\jsw\windows-x86-64tomcat
運行console-nexus.bat批處理文件,啓動。服務器
接着在瀏覽器輸入:localhost:8081/nexus/ 就能夠正常訪問了,說明可使用:app
②:不包含Web容器的war包。使用Tomcat服務器啓動webapp
下載:nexus-xxxxx-.war包,ide
複製到:F:\Java\apache-tomcat-7.0.39\webapps動畫
運行:F:\Java\apache-tomcat-7.0.39\bin下的startup.bat
再到瀏覽器輸入:localhost:8080/nexus-xxx/
成功啓動畫面以下: