简介
cloudreve是基于ThinkPHP构建的网盘系统,能够助您以较低成本快速搭建起公私兼备的网盘。
主页 | 论坛 | 演示站 | QQ群
支持的存储介质
安装步骤
第一步:官网下载安装包
第二步:解压到网页根目录
第三步:配置伪静态
以下为针对nginx的代码
location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1
last; break; } }
第四步:访问页面
https://cloud.songtianlun.cn/CloudreveInstaller/
注:cloud.songtianlun.cn是我的域名,自行替换自己的域名
第五步:配置参数
点击下一步,在其中填写自己的数据库信息
点击开始安装
第六步:安装完成
根据提示的信息即可登陆后台,之后按照自己的需求配置即可!