We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Starting at Debian 7.0 with phalcon

Hello. I was using basic php system and want to go with phalcon. I use nginx + php5.5 + mysql... I tried to install phalcon but I couldnt understand this part. https://docs.phalcon.io/en/latest/reference/nginx.html can someone help me via team viewer ? i m new on servers also, i dont know much.



58.4k

Hi ahmeterol You install LEMP(https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-debian-7) and, install phalcon git clone git://github.com/phalcon/cphalcon.git cd cphalcon/build sudo ./install than open file sudo vi /etc/php5/fpm/php.ini addtion extension = phalcon.so then sudo vi /etc/nginx/sites-available/default and copy congiruration (i use Using $_GET[‘_url’] as source of URIs:) https://docs.phalcon.io/en/latest/reference/nginx.html sudo service nginx restart