Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
netcccyun committed Apr 3, 2024
1 parent d05b590 commit c6613c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/.vscode
/vendor
*.log
.env
.env
/composer.lock
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

* 访问网站,会自动跳转到安装页面,根据提示安装完成

* 访问首页登录控制面板

##### 伪静态规则
Expand Down

0 comments on commit c6613c5

Please sign in to comment.