将源码上传至空间,访问域名/install 进行安装即可所需环境:5.3<php<7
该程序nginx需要设置tp伪静态:
location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}