Skip to content

Commit 53614e4

Browse files
committed
变更目录
1 parent a72a40b commit 53614e4

37 files changed

Lines changed: 22 additions & 22 deletions
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ JDK8 会被安装到 `/usr/lib/jvm/java` 路径。
1111
执行以下任意命令即可执行安装脚本。
1212

1313
```sh
14-
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/jdk8-install.sh | bash
15-
wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/jdk8-install.sh | bash
14+
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/jdk8-install.sh | bash
15+
wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/jdk8-install.sh | bash
1616
```
1717

1818
## Redis 安装
@@ -26,8 +26,8 @@ wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux
2626
执行以下任意命令即可执行安装脚本。
2727

2828
```sh
29-
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/redis-install.sh | bash
30-
wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/redis-install.sh | bash
29+
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/redis-install.sh | bash
30+
wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/redis-install.sh | bash
3131
```
3232

3333

File renamed without changes.
File renamed without changes.
File renamed without changes.

codes/linux/ops/service/elk/install-elk.sh renamed to codes/linux/ops/soft/elk/install-elk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ replaceLogstashConfig() {
7676
sed -i "s/# http.host: \"127.0.0.1\"/ http.host: ${IP}/g" ${ELASTIC_SOFTWARE_PATH}/logstash-${version}/config/logstash.yml
7777
touch ${ELASTIC_SOFTWARE_PATH}/logstash-${version}/bin/nohup.out
7878
cd ${ELASTIC_SOFTWARE_PATH}/logstash-${version}/bin
79-
wget "https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/elk/config/logstash.conf"
79+
wget "https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/elk/config/logstash.conf"
8080
}
8181

8282
# 替换 Kibana 配置
@@ -125,6 +125,6 @@ replaceFilebeatConfig
125125

126126
# 最后,将启动脚本下载到本地
127127
mkdir -p /home/zp/script
128-
wget -P /home/zp/script "https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/elk/boot-elk.sh"
128+
wget -P /home/zp/script "https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/elk/boot-elk.sh"
129129
#setPrivilegeForUser
130130

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
使用方法:执行以下任意命令即可执行脚本。
1010

1111
```sh
12-
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/git/install-gitlab.sh | bash
13-
wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/git/install-gitlab.sh | bash
12+
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/git/install-gitlab.sh | bash
13+
wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/git/install-gitlab.sh | bash
1414
```
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
使用方法:
66

77
```sh
8-
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/jenkins/install-jenkins.sh | bash
8+
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/jenkins/install-jenkins.sh | bash
99
```
1010

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

0 commit comments

Comments
 (0)