slam4:php:phalcon:installation

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
slam4:php:phalcon:installation [2017/01/10 14:49] – [Ubuntu] jcheronslam4:php:phalcon:installation [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1
Ligne 9: Ligne 9:
 === apt-get === === apt-get ===
  
-<sxh bash:tilte:Terminal;gutter:false> +Ajouter les dépôts à votre distribution :
-sudo apt-add-repository ppa:phalcon/stable+
  
-sudo apt-get update +<sxh bash> 
- +# Stable releases 
-sudo apt-get install php5-phalcon+curl -s https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh | sudo bash
  
 +# Nightly releases
 +curl -s https://packagecloud.io/install/repositories/phalcon/nightly/script.deb.sh | sudo bash
 </sxh> </sxh>
  
-Pour php7 :+Puis installer : 
 +<sxh bash:tilte:Terminal;gutter:false> 
 +sudo apt-get install php5-phalcon 
 + 
 +# or for PHP 7
  
-<sxh bash> 
 sudo apt-get install php7.0-phalcon sudo apt-get install php7.0-phalcon
 +
 </sxh> </sxh>
  
  • slam4/php/phalcon/installation.1484056175.txt.gz
  • Dernière modification : il y a 6 ans
  • (modification externe)