Skip to content

Instantly share code, notes, and snippets.

@hengkiardo
Created October 30, 2012 17:34
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 hengkiardo/3981736 to your computer and use it in GitHub Desktop.
Save hengkiardo/3981736 to your computer and use it in GitHub Desktop.
Ubuntu Server 下安装 Nginx + PHP5 + MySQL5
apt-get install unzip nginx mysql-server \
php5-fpm php5-cli 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