linux上maven私服環境NEXUS安裝

2021-07-30 09:03:35 字數 1779 閱讀 2562

nexus

:可選擇

tgz和zip格式,

以及war

,選擇tgz

或zip

時不同版本可能

在啟動時存在一定問題,可能是

因為jdk版本問題,

若無法啟動請

選擇2.5

或更早的版本

注:nexus 2.6

版本之後不再支援

jdk1.6

2、安裝nexus

,則將其放置

tomcat

下的目錄中,

改名為nexus

,執行tomcat

服務,即可

訪問http://localhost

:808

1/nexus

預設使用者名稱:admin

;密碼admin123

tgz或者zip

,將其解壓至usr/local/

目錄下(

也可自己

指定目錄)

,在root/download

目錄下:

cp nexus-2.2-01-bundle.zip /usr/local

unzip nexus-2.2-01-bundle.zip 或者

cp nexus-2.2-01-bundle.tar.gz /usr/local

tar xvzf nexus-2.2-01-bundle.tar.gz 為了

方便更新和切換版本,

建立鏈結,

更新或者切換版本只需

更新鏈結即可:

ln -s nexus-2.2-01 nexus

3執行nexus

沒有安裝為

service

的情況下

執行nexus。

若為較新版本:

cd /usr/local/nexus .

/bin/nexus 

start

若啟動成功

,nexus會

監聽8081

埠,在日誌

中可進行檢視

較早的版本

需要進入平台

目錄下進行啟動(

較新版本也可以進行啟動)

cd /usr/local/nexus/

./bin/jsw/linux-x84-64/nexus start

然後,你可能會發現以下警告內容:

detected execution as "root" user. this is not recommeded

starting nexus

並沒有發現「started nexus」這樣的資訊。那其實已經說明了你的nexus並沒有啟動。

解決方法:

a.臨時生效

export run_as_user=root (建議使用)

b.加入系統變數

vi /etc/profile 加入export run_as_user=root

瀏覽器中輸入http://localhost

:8081/

即可進入,若訪問不到請設定防火牆8081埠開放,參考第九篇文章。 4.

啟動nexus:

#./nexus  start

關閉nexus: 

#./nexus  stop

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...

Linux下搭建maven私服nexus3 x

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 se...

maven搭建私服nexus

1 先安裝nexus服務,path to bin jsw windows x86 64 此資料夾由你的作業系統確定 install,start 依次執行.bat檔案 2 瀏覽器位址列中,輸入 http localhost 8081 nexus nexus預設埠8081,你可以在path to con...