Created
October 30, 2012 17:34
-
-
Save hengkiardo/3981736 to your computer and use it in GitHub Desktop.
Ubuntu Server 下安装 Nginx + PHP5 + MySQL5
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
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