摘要: mkdir /home/activemq/9301/ cd /home/activemq/9301/ wget http://apache.fayea.com/activemq/5.13.3/apache-activemq-5.13.3-bin.tar.gz tar -zxvf apache-activemq-5.13.3-bin.tar.gz docker run --name=ac... 阅读全文
posted @ 2016-07-07 15:39 fr5s 阅读(949) 评论(0) 推荐(0) 编辑
摘要: docker run --name=redistmp -ti centos /bin/bash yum -y install gcc tcl make cd /home wget http://download.redis.io/redis-stable.tar.gz tar zxvf redis-stable.tar.gz cd redis-stable make MALLOC=l... 阅读全文
posted @ 2016-07-07 14:21 fr5s 阅读(689) 评论(0) 推荐(0) 编辑
摘要: docker run --name=zookeepertmp -i -t centos7/jdk7 /bin/bash cd /home wget http://apache.fayea.com/zookeeper/zookeeper-3.4.8/zookeeper-3.4.8.tar.gz tar -axf zookeeper-3.4.8.tar.gz cd zookeeper-3.4... 阅读全文
posted @ 2016-07-07 11:20 fr5s 阅读(449) 评论(0) 推荐(0) 编辑
摘要: docker run --name=dubbo_admin9201 -tid -p 9201:8080 -v /home/dubbo/admin:/usr/local/tomcat7/webapps/ROOT centos7/tomcat7 /usr/local/tomcat7/bin/catalina.sh run docker run --name=dubbo_monitor9202... 阅读全文
posted @ 2016-07-07 11:15 fr5s 阅读(1044) 评论(0) 推荐(0) 编辑
摘要: docker run --name=tomcat7_tmp -ti centos7/jdk7 /bin/bash cd /home wget http://apache.fayea.com/tomcat/tomcat-7/v7.0.72/bin/apache-tomcat-7.0.72.tar.gz tar -zxf apache-tomcat-7.0.72.tar.gz rm -rf ... 阅读全文
posted @ 2016-07-07 11:14 fr5s 阅读(170) 评论(0) 推荐(0) 编辑
摘要: yum -y install docker docker pull centos docker run --name=mysqltmp -i -t centos /bin/bash yum -y install wget wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm rpm -ivh mys... 阅读全文
posted @ 2016-07-05 07:52 fr5s 阅读(321) 评论(0) 推荐(0) 编辑
摘要: robocopy "C:\Users" "D:\Users" /E /COPYALL /XJ /XD "C:\Users\Administrator" rmdir "C:\Users" /S /Q mklink /J "C:\Users" "D:\Users" 阅读全文
posted @ 2016-06-08 14:58 fr5s 阅读(160) 评论(0) 推荐(0) 编辑
摘要: cd /usr/local wget https://downloads.gradle.org/distributions/gradle-2.13-bin.zip unzip gradle-2.13-bin.zip mv gradle-2.13 gradle213 rm -rf gradle-2.13-bin.zip vi /etc/profile export GRADLE_HOME... 阅读全文
posted @ 2016-05-06 13:16 fr5s 阅读(178) 评论(0) 推荐(0) 编辑
摘要: wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key yum -y install jenkins vi /etc/sysconfig/jenk... 阅读全文
posted @ 2016-05-06 11:18 fr5s 阅读(109) 评论(0) 推荐(0) 编辑
摘要: cd /home wget http://www.sonatype.org/downloads/nexus-latest-bundle.tar.gz mkdir nexus tar zxvf nexus-latest-bundle.tar.gz -C nexus cd nexus vi /home/nexus/nexus-2.13.0-01/conf/nexus.properties vi ... 阅读全文
posted @ 2016-05-06 09:50 fr5s 阅读(207) 评论(0) 推荐(0) 编辑