Skip to content

Instantly share code, notes, and snippets.

@goldalworming
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save goldalworming/af2d1585f4db6340a0cc to your computer and use it in GitHub Desktop.

Select an option

Save goldalworming/af2d1585f4db6340a0cc to your computer and use it in GitHub Desktop.
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