vargrant 安裝 CentOS-7-x86_64

大飛_dafei發表於2018-11-09

安裝 vagrant , 安裝 box 這裡不再寫,網上教程很多

1). yum install vim 

2). yum install net-tools      # 可以使用 ifconfig

3). 安裝完centos,安裝nginx:  yum install nginx 報錯如下: 

[root@localhost vagrant]# yum install nginx
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.bit.edu.cn
 * extras: mirror.bit.edu.cn
 * updates: mirrors.aliyun.com
No package nginx available.
Error: Nothing to do
[root@localhost vagrant]#

解決方法:   yum install epel-release

這時候在執行:   yum install nginx   安裝 nginx  成功

 systemctl start nginx.service
 systemctl stop  nginx.service


 

相關文章