Skip to content

Instantly share code, notes, and snippets.

@danhantao
Last active August 29, 2015 14:05
Show Gist options
  • Save danhantao/333d3fe69cda812edef4 to your computer and use it in GitHub Desktop.
Save danhantao/333d3fe69cda812edef4 to your computer and use it in GitHub Desktop.
使用Nexus创建私服
sudo apt-get update
sudo apt-get install openjdk-7-jdk
mkdir -p dev/tools/bin
cd dev/tools/bin
wget http://mirror.nus.edu.sg/apache/tomcat/tomcat-8/v8.0.9/bin/apache-tomcat-8.0.9.tar.gz
tar -zxvf apache-tomcat-8.0.9.tar.gz
ln -s apache-tomcat-8.0.9 tomcat
cd tomcat/webapps
wget http://download.sonatype.com/nexus/oss/nexus-2.9.0-04.war
mv nexus-2.9.0-04.war nexus.war
@danhantao
Copy link
Author

ubuntu下将sonatype nexus设置为系统服务
http://blog.csdn.net/dengsilinming/article/details/17784771
ubuntu安装maven仓库nexus
http://blog.csdn.net/dengsilinming/article/details/17635191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment