Maison > Article > développement back-end > Comment installer l’environnement PHP avec yum ?
Comment installer l'environnement PHP avec yum ?
Utilisez d'abord la commande "yum install" pour installer "php php-fpm php-mysql nginx"
yum install php php-fpm php-mysql nginx -y
Puis configurez le fichier de configuration "www.conf" de "php ; -fpm" ;
vi /etc/php-fpm.d/www.conf
Enfin démarrez "php-fpm" et "nginx".
systemctl start php-fpm systemctl start nginx
Tutoriels recommandés : "Tutoriel PHP" "Linux"
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!