📝 Writing docs.

pull/11/head
Zhang Peng 2018-10-11 14:16:42 +08:00
parent 7a239ac360
commit 3d83d52843
10 changed files with 13 additions and 30 deletions

View File

@ -5,9 +5,7 @@
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-jdk8.sh
chmod -R 777 install-jdk8.sh
./install-jdk8.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-jdk8.sh | bash
```
脚本会下载解压 jdk8 到 `/opt/java` 路径下。
@ -20,5 +18,6 @@ chmod -R 777 install-jdk8.sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-jdk8-by-yum.sh
chmod -R 777 install-jdk8-by-yum.sh
./install-jdk8-by-yum.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-jdk8-by-yum.sh | bash
```
脚本会下载解压 jdk8 到 `/usr/lib/jvm/java` 路径下。

View File

@ -5,9 +5,7 @@
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jenkins/install-jenkins.sh
chmod -R 777 install-jenkins.sh
./install-jenkins.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jenkins/install-jenkins.sh | bash
```
脚本会下载解压 Jenkins 到 `/opt/jenkins` 路径下。

View File

@ -3,9 +3,7 @@
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/kafka/install-kafka.sh
chmod -R 777 install-kafka.sh
./install-kafka.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/kafka/install-kafka.sh | bash
```
脚本会下载解压 kafka 到 `/opt/kafka` 路径下。

View File

@ -3,9 +3,7 @@
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/mongodb/install-mongodb.sh
chmod -R 777 install-mongodb.sh
./install-mongodb.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/mongodb/install-mongodb.sh | bash
```
脚本会下载解压 redis 到 `/opt/mongodb` 路径下。

View File

@ -5,9 +5,7 @@
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nginx/install-nginx.sh
chmod -R 777 install-nginx.sh
./install-nginx.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nginx/install-nginx.sh | bash
```
脚本会下载解压 nginx 到 `/opt/nginx` 路径下。
@ -17,8 +15,6 @@ chmod -R 777 install-nginx.sh
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-nginx-by-yum.sh
chmod -R 777 install-nginx-by-yum.sh
./install-nginx-by-yum.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nginx/install-nginx-by-yum.sh | bash
```

View File

@ -3,7 +3,5 @@
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nodejs/install-nodejs.sh
chmod -R 777 install-nodejs.sh
./install-nodejs.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nodejs/install-nodejs.sh | bash
```

View File

@ -3,9 +3,7 @@
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/redis/install-redis.sh
chmod -R 777 install-redis.sh
./install-redis.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/redis/install-redis.sh | bash
```
脚本会下载解压 redis 到 `/opt/redis` 路径下。

View File

@ -3,9 +3,7 @@
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/rocketmq/install-rocketmq.sh
chmod -R 777 install-rocketmq.sh
./install-rocketmq.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/rocketmq/install-rocketmq.sh | bash
```
脚本会下载解压 RocketMQ 到 `/opt/rocketmq` 路径下。

View File

@ -8,6 +8,8 @@
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/tomcat/install-tomcat8.sh
chmod -R 777 install-tomcat8.sh
./install-tomcat8.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/tomcat/install-tomcat8.sh | bash
```
脚本会下载解压 tomcat 到 `/opt/tomcat` 路径下。

View File

@ -3,9 +3,7 @@
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/zookeeper/install-zookeeper.sh
chmod -R 777 install-zookeeper.sh
./install-zookeeper.sh
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/zookeeper/install-zookeeper.sh | bash
```
脚本会下载解压 zookeeper 到 `/opt/zookeeper` 路径下。