frytea

简介

cloudreve是基于ThinkPHP构建的网盘系统,能够助您以较低成本快速搭建起公私兼备的网盘。
主页 | 论坛 | 演示站 | QQ群


支持的存储介质

安装步骤

第一步:官网下载安装包

官网地址下载地址

第二步:解压到网页根目录

第三步:配置伪静态

以下为针对nginx的代码

location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1
last; break; } }

第四步:访问页面

https://cloud.songtianlun.cn/CloudreveInstaller/
注:cloud.songtianlun.cn是我的域名,自行替换自己的域名

第五步:配置参数

点击下一步,在其中填写自己的数据库信息


点击开始安装

第六步:安装完成

根据提示的信息即可登陆后台,之后按照自己的需求配置即可!

参考文献

使用composer安装cloudreve

参考文献

分类:

技术点:

相关文章:

  • 2021-11-16
  • 2021-12-14
  • 2021-04-13
  • 2021-11-30
  • 2021-05-02
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2021-09-17
  • 2021-09-07
  • 2021-08-21
  • 2021-12-14
  • 2022-12-23
  • 2021-12-10
相关资源
相似解决方案