linux-tutorial/codes/linux/ops/service
2019-05-07 11:08:13 +08:00
..
elk 更新脚本 2019-02-22 18:57:46 +08:00
git update scripts 2019-02-22 17:09:40 +08:00
jenkins 更新链接 2019-02-22 11:40:47 +08:00
kafka update scripts 2019-02-22 17:09:40 +08:00
maven 更新脚本 2019-02-22 18:02:38 +08:00
mongodb 更新链接 2019-02-22 11:40:47 +08:00
nginx update scripts 2019-02-22 17:09:40 +08:00
nodejs 更新脚本 2019-02-22 18:02:38 +08:00
rocketmq 更新链接 2019-02-22 11:40:47 +08:00
sdk 调整目录 2019-02-22 11:34:34 +08:00
springboot 调整目录 2019-02-22 11:34:34 +08:00
tomcat 更新链接 2019-02-22 11:40:47 +08:00
zookeeper 更新链接 2019-02-22 11:40:47 +08:00
zsh update scripts 2019-02-22 17:09:40 +08:00
jdk8-install.sh 更新脚本 2019-05-07 11:08:13 +08:00
main.sh 更新运维脚本 2019-03-04 20:41:51 +08:00
README.md 更新脚本 2019-05-07 11:08:13 +08:00
redis-install.sh 更新脚本 2019-05-07 11:08:13 +08:00

服务安装配置

JDK 安装

说明:

JDK8 会被安装到 /usr/lib/jvm/java 路径。

使用方法:

执行以下任意命令即可执行安装脚本。

curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/jdk8-install.sh | bash
wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/jdk8-install.sh | bash

Redis 安装

说明:

下载 5.0.4 版本的 redis 并解压安装到 /opt/redis 路径下。

使用方法:

执行以下任意命令即可执行安装脚本。

curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/redis-install.sh | bash
wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/service/redis-install.sh | bash