Différences entre versions de « Php slim »

De The Linux Craftsman
Aller à la navigation Aller à la recherche
(Page créée avec « = Introduction = = Installation = »)
 
Ligne 2 : Ligne 2 :
  
 
= Installation =
 
= Installation =
 +
Nous allons commencer par l'installation de PHP et du serveur web Apache HTTPD:
 +
<pre>
 +
# dnf -y install php php-cli mod_php httpd
 +
</pre>

Version du 21 avril 2021 à 14:19

Introduction

Installation

Nous allons commencer par l'installation de PHP et du serveur web Apache HTTPD:

# dnf -y install php php-cli mod_php httpd