Home>Article>Operation and Maintenance> Can nginx be installed using yum?
Use yum source to install Nginx server under Linux.
The first step is to install the yum source of nginx
rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm
The second step, view:
yum info nginx
## The third step, install:
yum install nginx
After the installation is completed, nginx has been started. You can view the process:
More Nginx related technologies Article, please visit theNginx Tutorialcolumn to learn!
The above is the detailed content of Can nginx be installed using yum?. For more information, please follow other related articles on the PHP Chinese website!