Skip to content

Instantly share code, notes, and snippets.

@Starefossen
Last active December 15, 2015 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Starefossen/5285620 to your computer and use it in GitHub Desktop.
Save Starefossen/5285620 to your computer and use it in GitHub Desktop.
Install PHP 5 FPG with PostgreSQL support on Ubuntu 12.04 TLS
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