2015年3月29日 星期日

Set Up Web Server

apt-get install python-software-properties


Install Nginx Latest Version:

add-apt-repository ppa:nginx/stable
aptitude update
aptitude install nginx


Install PHP Latest Version:

add-apt-repository ppa:ondrej/php5
apt-get update

apt-get install php5-fpm



1 則留言: