Last active
June 15, 2017 02:53
-
-
Save saxenap/76c805f6adc5ba8995c374e84ff03743 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
#!/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