Archive for 14 1 月, 2016

在树莓派中部署Nginx+PHP的方法

星期四, 14 1 月, 2016

参考来源:点这里

1. 安装
[bash]sudo apt-get update
sudo apt-get install nginx
sudo service nginx start
sudo apt-get install php5-fpm php-apc
sudo service php5-fpm restart[/bash]

2. 部署
(更多…)