File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <a href =" https://dunwu.gitbooks.io/linux/ " target =" _blank " >:point_right : 电子书</a >
1313</p >
1414
15- ## 内容
15+ ## 教程
1616
1717* [ 简介] ( docs/README.md )
1818* [ Linux] ( docs/linux/README.md )
3131* [ Git] ( docs/git/README.md )
3232 * [ git 快速指南] ( docs/git/git-quickstart.md )
3333 * [ git-flow 工作流] ( docs/git/git-flow.md )
34+
35+ ## 工具
36+
37+ [ 环境部署工具] ( codes/deploy/README.md ) :适合开发、运维人员,在 [ CentOS] ( https://www.centos.org/ ) 机器上安装常用命令工具或开发软件。
Original file line number Diff line number Diff line change 1+ # 环境部署工具
2+
3+ > ** 本项目脚本代码用于在 [ CentOS] ( https://www.centos.org/ ) 机器上安装常用命令工具或开发软件。**
4+ >
5+ > 我选择了本人在日常开发中会用到的工具或软件。(不定期更新)
6+
7+ 作为一名后端服务器开发,工作中,难免遇到拓荒(在新机器上部署应用)。
8+
9+ 重复劳动总是让人厌倦,为此我自己写了一套脚本代码,用于环境部署。
10+
11+ ## 说明
12+
13+ 下载本目录所有文件到您的 Centos 机器上。
14+
15+ 执行以下命令,进入操作界面,然后根据提示选择性安装环境。
16+
17+ ``` sh
18+ $ chmod -R 777 *
19+ $ ./main.sh
20+ ```
21+
22+ ** 示例图**
23+
24+ ![ deploy.gif] ( images/deploy.gif )
25+
26+ > 注意:上图仅作参考,由于不定期更新,请以实际展示UI为准。
You can’t perform that action at this time.
0 commit comments