Last active
August 29, 2015 14:18
-
-
Save goldalworming/af2d1585f4db6340a0cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update | |
| sudo apt-get install git-core gcc autoconf make | |
| sudo apt-get install php5-dev php5-mysql | |
| #http://stackoverflow.com/questions/22555561/error-building-fatal-error-pcre-h-no-such-file-or-directory | |
| sudo apt-get install libpcre3-dev | |
| git clone git://github.com/phalcon/cphalcon.git | |
| cd cphalcon/build | |
| sudo ./install | |
| sudo nano /etc/php5/apache2/conf.d/40-phalcon.ini | |
| #write extension=phalcon.so | |
| #restart apache2 server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment