安装文件数据库

This commit is contained in:
2020-04-14 17:35:26 +08:00
parent 6f9b4db367
commit 0a7146b3fd
3 changed files with 742 additions and 3 deletions

View File

@@ -18,13 +18,11 @@ cd sentcms
```
> 如果是直接下载压缩包则直接进入解压文件夹,然后执行下面的代码
> 把根目录下的.example.env文件复制一份并命名为.env
```
composer install
```
访问网址http://网址/install
访问网址http://网址/install.php
> 系统必须开启伪静态、
> 系统必须开启伪静态、

1
runtime/.gitignore vendored
View File

@@ -1,2 +1,3 @@
*
!/sql
!.gitignore

740
runtime/sql/install.sql Normal file

File diff suppressed because one or more lines are too long