项目主页 https://make.quwj.com/project/10
假定树莓派已经安装好nginx和php,下载文件到指定目录
cd /var/www/html sudo git clone https://github.com/spoonysonny/pi-dashboard.[......]
项目主页 https://make.quwj.com/project/10
假定树莓派已经安装好nginx和php,下载文件到指定目录
cd /var/www/html sudo git clone https://github.com/spoonysonny/pi-dashboard.[......]
采用LNSP配置(Linux + Nginx + Sqlite + PHP)
sudo apt-get install nginx,安装
sudo /etc/init.d/nginx start,启动服务
修改 sudo vim /etc/nginx/sit[……]