Skip to content

Instantly share code, notes, and snippets.

@saxenap
Last active June 15, 2017 02:53
Show Gist options
  • Save saxenap/76c805f6adc5ba8995c374e84ff03743 to your computer and use it in GitHub Desktop.
Save saxenap/76c805f6adc5ba8995c374e84ff03743 to your computer and use it in GitHub Desktop.
#!/bin/bash
#
# Copyright (c) 2014-2017 Praveen Saxena <>
# License: BSD-3-Clause
#
# To get:
# rm -rf phalcon && wget -O phalcon https://gist.githubusercontent.com/saxenap/76c805f6adc5ba8995c374e84ff03743/raw && chmod 777 phalcon && ./phalcon
git clone git://github.com/phalcon/cphalcon.git
cd cphalcon/build
sudo ./install
echo "extension=phalcon.so" > /etc/php.d/phalcon.ini
service httpd restart
echo " PHP Phalcon Installed."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment