Différences entre versions de « Php slim »
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 à 13: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