Skip to content

Instantly share code, notes, and snippets.

@wookiecooking
Forked from spolu/install-php5+nginx.sh
Created May 17, 2013 03:37
Show Gist options
  • Save wookiecooking/5596755 to your computer and use it in GitHub Desktop.
Save wookiecooking/5596755 to your computer and use it in GitHub Desktop.
[Ubuntu] Install PHP5 and NGINX
sudo apt-get install nginx
sudo apt-get install spawn-fcgi
apt-get install php5-cgi php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment