Skip to content

Commit 3d83d52

Browse files
committed
📝 Writing docs.
1 parent 7a239ac commit 3d83d52

10 files changed

Lines changed: 13 additions & 30 deletions

File tree

codes/deploy/tool/jdk/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
使用方法:
66

77
```sh
8-
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-jdk8.sh
9-
chmod -R 777 install-jdk8.sh
10-
./install-jdk8.sh
8+
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-jdk8.sh | bash
119
```
1210

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

codes/deploy/tool/jenkins/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
使用方法:
66

77
```sh
8-
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jenkins/install-jenkins.sh
9-
chmod -R 777 install-jenkins.sh
10-
./install-jenkins.sh
8+
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jenkins/install-jenkins.sh | bash
119
```
1210

1311
脚本会下载解压 Jenkins 到 `/opt/jenkins` 路径下。

codes/deploy/tool/kafka/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
使用方法:
44

55
```sh
6-
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/kafka/install-kafka.sh
7-
chmod -R 777 install-kafka.sh
8-
./install-kafka.sh
6+
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/kafka/install-kafka.sh | bash
97
```
108

119
脚本会下载解压 kafka 到 `/opt/kafka` 路径下。

codes/deploy/tool/mongodb/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
使用方法:
44

55
```sh
6-
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/mongodb/install-mongodb.sh
7-
chmod -R 777 install-mongodb.sh
8-
./install-mongodb.sh
6+
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/mongodb/install-mongodb.sh | bash
97
```
108

119
脚本会下载解压 redis 到 `/opt/mongodb` 路径下。

codes/deploy/tool/nginx/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
使用方法:
66

77
```sh
8-
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nginx/install-nginx.sh
9-
chmod -R 777 install-nginx.sh
10-
./install-nginx.sh
8+
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nginx/install-nginx.sh | bash
119
```
1210

1311
脚本会下载解压 nginx 到 `/opt/nginx` 路径下。
@@ -17,8 +15,6 @@ chmod -R 777 install-nginx.sh
1715
使用方法:
1816

1917
```sh
20-
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-nginx-by-yum.sh
21-
chmod -R 777 install-nginx-by-yum.sh
22-
./install-nginx-by-yum.sh
18+
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nginx/install-nginx-by-yum.sh | bash
2319
```
2420

codes/deploy/tool/nodejs/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
使用方法:
44

55
```sh
6-
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nodejs/install-nodejs.sh
7-
chmod -R 777 install-nodejs.sh
8-
./install-nodejs.sh
6+
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nodejs/install-nodejs.sh | bash
97
```

codes/deploy/tool/redis/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
使用方法:
44

55
```sh
6-
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/redis/install-redis.sh
7-
chmod -R 777 install-redis.sh
8-
./install-redis.sh
6+
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/redis/install-redis.sh | bash
97
```
108

119
脚本会下载解压 redis 到 `/opt/redis` 路径下。

codes/deploy/tool/rocketmq/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
使用方法:
44

55
```sh
6-
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/rocketmq/install-rocketmq.sh
7-
chmod -R 777 install-rocketmq.sh
8-
./install-rocketmq.sh
6+
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/rocketmq/install-rocketmq.sh | bash
97
```
108

119
脚本会下载解压 RocketMQ 到 `/opt/rocketmq` 路径下。

codes/deploy/tool/tomcat/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/tomcat/install-tomcat8.sh
99
chmod -R 777 install-tomcat8.sh
1010
./install-tomcat8.sh
11+
12+
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/tomcat/install-tomcat8.sh | bash
1113
```
1214

1315
脚本会下载解压 tomcat 到 `/opt/tomcat` 路径下。

codes/deploy/tool/zookeeper/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
使用方法:
44

55
```sh
6-
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/zookeeper/install-zookeeper.sh
7-
chmod -R 777 install-zookeeper.sh
8-
./install-zookeeper.sh
6+
curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/zookeeper/install-zookeeper.sh | bash
97
```
108

119
脚本会下载解压 zookeeper 到 `/opt/zookeeper` 路径下。

0 commit comments

Comments
 (0)