Commit 0e75602a4d9834e96f08eee542cad07f4511fca5
1 parent
c0571181
Updates chapter1.md
Auto commit by GitBook Editor
Showing
1 changed file
with
4 additions
and
0 deletions
chapter1.md
| @@ -33,6 +33,10 @@ timedatectl set-ntp 1 | @@ -33,6 +33,10 @@ timedatectl set-ntp 1 | ||
| 33 | //------------ 3、安装httpd及配置 -------------// | 33 | //------------ 3、安装httpd及配置 -------------// |
| 34 | // 查看是否安装了httpd | 34 | // 查看是否安装了httpd |
| 35 | rpm -qa | grep httpd | 35 | rpm -qa | grep httpd |
| 36 | +// 安装epel-release | ||
| 37 | +yum -y install epel-release | ||
| 38 | +// 安装httpd | ||
| 39 | +yum -y install httpd | ||
| 36 | 40 | ||
| 37 | 41 | ||
| 38 | 42 |