更新说明文件安装教程;更新数据库安装;兼容不接入时user_hub的提醒;

This commit is contained in:
2022-02-16 22:45:10 +08:00
parent 354c75897d
commit a86a1a1002
6 changed files with 127 additions and 2 deletions

View File

@@ -27,7 +27,24 @@ http://file-share.ulthon.com
#### 安装教程
参考网站:https://gitee.com/ulthon/ulthon_admin
```
1.安装
git clone https://gitee.com/ulthon/ul-file-share.git
2.进入目录
cd ul-file-share/
3.安装依赖
composer install
4.初始化数据库(默认将使用sqlite,请确保扩展正常)
php think migrate:run
php think seed:run
5.使用内置服务器
php think run -p 8010
6.访问前台
127.0.0.1:8010/index.php/index
7.访问后台
127.0.0.1:8010/index.php/admin
```
#### 版权