23 March 2020
Raspberry
Le Raspberry Pi est un ordinateur monocarte polyvalent. En raison de son faible encombrement et de sa faible consommation d’énergie, le Pi constitue un serveur Web idéal. Vous pouvez exécuter Nginx, WordPress ou Drupal sur le Raspberry Pi. De même, vous pouvez également créer un serveur Web Apache Raspberry Pi. Découvrez cette installation du serveur Apache Raspberry Pi!
sudo apt install apache2
sudo chown -R pi:www-data /var/www/html/
sudo chmod -R 770 /var/www/html/
sudo apt install php php-mbstring
sudo rm /var/www/html/index.html
echo "" > /var/www/html/index.php