[url]
[url]
1、進入啟動目錄,啟動
cd nexus-2.6.0-05/bin/
[color=red][b]./nexus start[/b][/color]
****************************************
warning – not recommended to run as root
****************************************
if you insist running as root, then set the environment variable run_as_user=root before running this script.
大概意思就是要在環境配置export run_as_user=root,臨時配置
在命令列下輸入:
export run_as_user=root
然後執行,就不會再提示了
./nexus start
3、也可以在系統裡面永久配置
vi /etc/profile 加入export run_as_user=root
[url]
linux搭建maven私服
all platforms nexus repository manager oss 2.x bundle.tar.gz安裝包 解壓 cd usr local mkdir nexus tar xzvf nexus 2.11.2 03 bundle.tar.gz c nexus cd nexus ls...
maven搭建私服nexus
1 先安裝nexus服務,path to bin jsw windows x86 64 此資料夾由你的作業系統確定 install,start 依次執行.bat檔案 2 瀏覽器位址列中,輸入 http localhost 8081 nexus nexus預設埠8081,你可以在path to con...
Maven 私服的搭建
環境 ubuntu 8.10 tomcat 6.0.18 選用apache的archiva tomcate 就不用說了 主要配置 tomcat的lib目錄裡面。啟動tomcat讓war生成乙個archiva的目錄,然後建立context.xml檔案,命令如下 我直接用vim編輯器 sudo vi a...