mirror of
https://gitee.com/ulthon/ul-file-share.git
synced 2026-07-01 11:02:49 +08:00
更新说明文件安装教程;更新数据库安装;兼容不接入时user_hub的提醒;
This commit is contained in:
19
README.md
19
README.md
@@ -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
|
||||
```
|
||||
|
||||
|
||||
#### 版权
|
||||
|
||||
|
||||
Reference in New Issue
Block a user