Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to build Maven private server nexus on Linux

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to build Maven nexus on Linux". The content of the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn how to build Maven nexus on Linux.

Preparatory work:

Premise: JDK1.7+,maven is already installed on the machine. If not, you can refer to the blogger's Linux to install JDK and Linux to install Maven.

Tools and software packages: xshell, xftp, nexus-3.13.0-01-unix.tar.gz official package (here the blogger provides the package downloaded from the official website) address Baidu network disk extraction code 7m4c

1. Upload

Use xftp to upload the maven package to the file directory (/ home/xxx/nexus) specified by the server itself

2. Decompression

Log in to the Linux server using xshell, jump to the specified file directory (/ home/xxx/nexus), and execute the decompression command tar-xzvf xxx.tar.gz

3. Configure Nexus to serve the system

Cp {nexus address} / bin/nexus / etc/init.d/nexus

4. Start

Service nexus start

5. Verification

Whether to access ip:port (default is port 8081) whether the corresponding interface appears, default account, admin password, admin123

Thank you for your reading, the above is the content of "how to build Maven nexus on Linux". After the study of this article, I believe you have a deeper understanding of how to build Maven nexus on Linux, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report