安装教程
- 在安装之前,请检查你的系统环境,
php>=8.0
,MySQL版本>=5.6[不推荐5.6后续升级可能会有问题,推荐5.7或者8.0]
,因为使用了大量的PHP8注解以及PHP8的新特性,所以php版本不得不从8.0起,这里还需要注意。 - 将源码下载至你的服务器、或者使用composer下载源码:
composer create-project lizhipay/acg-faka:dev-main
- 以上步骤完成后,然后配置伪静态,Apache无需配置,根目录已经有.htaccess文件了,但如果你是Nginx,则需要配置伪静态。
- 下面是Nginx伪静态规则:
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
- Windows IIS服务器环境,可以使用下面伪静态规则:
<rules>
<rule name="acg_rewrite" stopProcessing="true">
<match url="^(.*)$"/>
<conditions logicalGrouping="MatchAll">
<add input="{HTTP_HOST}" pattern="^(.*)$"/>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
</conditions>
<action type="Rewrite" url="index.php?s={R:1}"/>
</rule>
</rules>
- 配置完成后,访问你的首页,即可开始安装
- 安装完成后,后台地址是:
https://你的域名/admin
下载:https://noise.lanzoul.com/ivZmP03b2i8d
密码:hyzq