Last active
August 29, 2015 14:05
-
-
Save danhantao/333d3fe69cda812edef4 to your computer and use it in GitHub Desktop.
使用Nexus创建私服
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ubuntu下将sonatype nexus设置为系统服务
http://blog.csdn.net/dengsilinming/article/details/17784771
ubuntu安装maven仓库nexus
http://blog.csdn.net/dengsilinming/article/details/17635191