Last active
December 15, 2015 15:59
-
-
Save Starefossen/5285620 to your computer and use it in GitHub Desktop.
Install PHP 5 FPG with PostgreSQL support on Ubuntu 12.04 TLS
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 install php5-fpm | |
sudo apt-get install php5-pgsql | |
sduo service php5-fpm restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment