Installation de composer sur Debian 8 Virtualmin / Webmin
Pour installer dans le dossier de votre choix :
(remplacez /www/votre_nom_vhost/public_thml par votre l’emplacement)
php -r "copy('https://getcomposer.org/installer', '/home/lebongaulois/public_html/composer-setup.php');"
Installer la commande CURL si ce n’est déjà fait:
apt-get install curl
Installation de composer en vue d’installer Magento 2
curl -sS https://getcomposer.org/installer | php
Cet article comporte 0 commentaires