1. 下载安装包

  cd /usr/software/

  wget https://sonatype-download.global.ssl.fastly.net/nexus/oss/nexus-2.14.3-02-bundle.tar.gz

2. 解压

  mkdir -p /usr/local/nexus

       cp nexus-2.14.3-02-bundle.tar.gz /usr/local/nexus/nexus-2.14.3-02-bundle.tar.gz

  cd /usr/local/nexus/

  tar -zxvf nexus-2.14.3-02-bundle.tar.gz 

       解压后出现:

  nexus-2.14.3-02

  sonatype-work

3. 环境变量

  vi /etc/profile

  export RUN_AS_USER=root

  export PATH=.:$JAVA_HOME/bin:$RUN_AS_USER:$PATH

  source /etc/profile

4. 启动

  ./nexus-2.14.3-02/bin/nexus start

5. 配置安全组(aws-ec2)

2.3 环境准备-nexus

6. 访问地址:

http://your ip:8081/nexus

 

---恢复内容结束---

相关文章:

  • 2021-08-23
  • 2021-06-22
  • 2021-11-15
  • 2021-10-06
  • 2021-12-15
  • 2022-12-23
猜你喜欢
  • 2021-11-07
  • 2021-09-08
  • 2021-12-17
  • 2021-04-19
  • 2021-10-14
相关资源
相似解决方案