This commit is contained in:
net909 2024-04-03 20:55:29 +08:00
parent d05b590ce2
commit c6613c5cf2
2 changed files with 13 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/vendor
*.log
.env
/composer.lock

View File

@ -31,10 +31,21 @@
### 部署方法
* 从[Release](https://github.com/netcccyun/dnsmgr/releases)页面下载安装包
* 运行环境要求PHP7.4+MySQL5.6+
* 设置网站运行目录为`public`
* 设置伪静态为`ThinkPHP`
* 如果是下载的Source code包还需Composer安装依赖Release页面下载的安装包不需要
```
composer install --no-dev
```
* 访问网站,会自动跳转到安装页面,根据提示安装完成
* 访问首页登录控制面板
##### 伪静态规则