Skip to content

Commit cf0fe82

Browse files
committed
更新脚本
1 parent 92384ce commit cf0fe82

33 files changed

Lines changed: 63 additions & 54 deletions

codes/linux/ops/build/java-app-boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#################################################################################
44
# JAVA 应用通用启动脚本
5-
# Author: Zhang Peng
5+
# @author: Zhang Peng
66
#################################################################################
77

88
# 检查脚本参数,如必要参数未传入,退出脚本。

codes/linux/ops/build/java-app-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#################################################################################
44
# JAVA 应用发布脚本
5-
# Author: Zhang Peng
5+
# @author: Zhang Peng
66
#################################################################################
77

88
# 检查脚本参数,如必要参数未传入,退出脚本。

codes/linux/ops/build/java-app-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#################################################################################
44
# JAVA 应用运行脚本
5-
# Author: Zhang Peng
5+
# @author: Zhang Peng
66
#################################################################################
77

88
# 检查脚本参数,如必要参数未传入,退出脚本。

codes/linux/ops/build/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
###################################################################################
44
# 项目发布脚本模板
5-
# Author: Zhang Peng
5+
# @author: Zhang Peng
66
###################################################################################
77

88
# 选择应用

codes/linux/ops/build/update-code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
###################################################################################
44
# 更新代码脚本
55
# 只有退出码(exit code)为 0 ,表示脚本执行成功。
6-
# Author: Zhang Peng
6+
# @author: Zhang Peng
77
###################################################################################
88

99
# 检查脚本参数,如必要参数未传入,退出脚本。

codes/linux/ops/soft/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# 服务安装配置
22

3+
## oh-my-zsh 安装
4+
5+
说明:
6+
7+
安装 [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
8+
9+
使用方法:
10+
11+
执行以下任意命令即可执行安装脚本。
12+
13+
```sh
14+
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/zsh-install.sh | bash
15+
wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/zsh-install.sh | bash
16+
```
17+
318
## JDK8 安装
419

520
说明:

codes/linux/ops/soft/git/install-gitlab.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
###################################################################################
44
# 安装 Gitlab 脚本
55
# 仅适用于 CentOS7 发行版本
6-
# Author: Zhang Peng
6+
# @author: Zhang Peng
77
###################################################################################
88

99
echo -e "\n>>>>>>>>> install gitlab"

codes/linux/ops/soft/jdk8-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ cat << EOF
44
55
###################################################################################
66
# 安装 JDK8 脚本
7-
# 仅适用于所有 CentOS 发行版本
87
# JDK 会被安装到 /usr/lib/jvm/java 路径。
9-
# Author: Zhang Peng
8+
# @system: 适用于 CentOS
9+
# @author: Zhang Peng
1010
###################################################################################
1111
1212
EOF

codes/linux/ops/soft/jenkins/install-jenkins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
###################################################################################
44
# 安装 Jenkins 脚本
55
# 适用于所有 linux 发行版本。
6-
# Author: Zhang Peng
6+
# @author: Zhang Peng
77
###################################################################################
88

99
echo -e "\n>>>>>>>>> install jenkins"

codes/linux/ops/soft/kafka/install-kafka.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
###################################################################################
44
# 安装 kafka 脚本
55
# 适用于所有 linux 发行版本。
6-
# Author: Zhang Peng
6+
# @author: Zhang Peng
77
###################################################################################
88

99
# 下载并解压 kafka

0 commit comments

Comments
 (0)