- Web server (Apache, Nginx, etc.)
- PHP v8.1+ with extensions:
- gd - for image manipulation (captcha)
- curl - for remote file access
- mbstring - for multi-byte string support
- mysqli - for database access
- zip - for zip preview
- MySQL v5.5+
- Download source code from Releases or MineBBS
- Unzip the source code
- Copy the source code to your web server
- Modify the configuration file(
config.php
) - Open the web server
- Put your files into
$fileDirectory
folder
- Web服务器 (Apache, Nginx等)
- PHP v8.1+, 并开启以下扩展:
- gd - 为图像处理 (验证码)
- curl - 为远程文件访问
- mbstring - 为多字节字符串支持
- mysqli - 为数据库访问
- zip - 为压缩文件预览
- MySQL v5.5+
- 从Release或MineBBS 下载源代码
- 将打包的源代码解压到某个文件夹
- 将源代码复制到你的Web服务器
- 修改
config.php
文件 - 打开Web服务器
- 将文件放入
$fileDirsctory
文件夹
- I18N
- 支持Markdown/HTML解析并显示在下方
- 多级目录合并显示(类似GitHub)
- 上传文件
- 多文件上传
- 上传文件按/自动转换为文件夹(类似GitHub)
- ..上级文件夹显示
- 用户系统
- APIs
- Zip文件预览