-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
|
||
## 项目简介 | ||
- 快捷运维 kjyw 项目基于shell开发 | ||
- 快捷运维 kjyw,运维脚本工具库,项目基于shell开发 | ||
- 实现快速安装nginx、mysql、php、redis、nagios运维经常使用的脚本等等... | ||
- 相关使用文档:https://bbs.aqzt.com/forum-39-1.html | ||
- 简单 高效 快捷! | ||
|
@@ -15,7 +15,7 @@ | |
- 简单,马上开始部署,拷贝redis执行文件,配置文件,8001,再拷贝redis执行文件,修改配置文件,8002………… | ||
- 半小时后部署好了,完成! | ||
|
||
- 如果用脚本部署,只需要1分钟搞定,主要是编译redis时间! | ||
- 如果用脚本部署,只需要1分钟搞定,主要是编译redis时间,大大提高效率,快捷,快捷,快捷啊! | ||
- 第一步 编译redis | ||
- curl -s https://git.oschina.net/aqztcom/kjyw/raw/master/redis/install.sh | sh | ||
- 第二步 拷贝redis执行文件,修改配置文件,并启动 | ||
|
@@ -26,7 +26,7 @@ | |
- curl -s https://raw.githubusercontent.com/aqzt/kjyw/master/redis/redis_port.sh | sh -s stop 8001 8009 | ||
- 批量启动redis端口 8001到8009 | ||
- curl -s https://raw.githubusercontent.com/aqzt/kjyw/master/redis/redis_port.sh | sh -s start 8001 8009 | ||
|
||
- 还有其他运维经常使用的脚本,方便使用,提高效率! | ||
|
||
## 适合使用的职业 | ||
- 运维工程师 (方便运维工程师搭建业务生产环境) | ||
|
@@ -35,6 +35,7 @@ | |
|
||
|
||
## 一起来参与,分享或是交流 | ||
- 一起参与完善快捷运维脚本工具库,很多脚本都可以复用,或者改改就可以适用某业务需求,提高工作效率! | ||
- 如果想分享或是交流的话,请加 QQ 群: 7652650 (安全运维) | ||
- Email:[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters