PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Setting Up a Local Web Server using Node.js - Sabe.io - Vinc3r's links

lundi 27 août 2018 à 07:24
Avec Apache, t'es pas sensé mettre ailleurs que dans /var/www/...
Si tu développes en php, tu peux lancer un serveur php cli via :
cd /<TON_DOSSIER_RACINE_POUR_TON_SITE>/
php -s <IP_ECOUTE> <PORT>

Et là, t'as plus qu'à aller sur http://<IP_ECOUTE>:<PORT>;/
Permalink