We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloudreve
===================================================================================================================================================================
演示站 • 讨论社区 • 文档 • 下载 • Telegram 群组 • 许可证
下载适用于您目标机器操作系统、CPU架构的主程序,直接运行即可。
# 解压程序包 tar -zxvf cloudreve_VERSION_OS_ARCH.tar.gz # 赋予执行权限 chmod +x ./cloudreve # 启动 Cloudreve ./cloudreve
以上为最简单的部署示例,您可以参考 文档 - 起步 进行更为完善的部署。
自行构建前需要拥有 Go >= 1.13、yarn等必要依赖。
Go >= 1.13
yarn
git clone --recurse-submodules https://github.com/cloudreve/Cloudreve.git
# 进入前端子模块 cd assets # 安装依赖 yarn install # 开始构建 yarn run build
# 回到项目主目录 cd ../ # 安装 statik, 用于嵌入静态资源 go get github.com/rakyll/statik # 开始嵌入 statik -src=assets/build/ -include=*.html,*.js,*.json,*.css,*.png,*.svg,*.ico -f
# 获得当前版本号、Commit export COMMIT_SHA=$(git rev-parse --short HEAD) export VERSION=$(git describe --tags) # 开始编译 go build -a -o cloudreve -ldflags " -X 'github.com/HFO4/cloudreve/pkg/conf.BackendVersion=$VERSION' -X 'github.com/HFO4/cloudreve/pkg/conf.LastCommit=$COMMIT_SHA'"
你也可以使用项目根目录下的build.sh快速开始构建:
build.sh
./build.sh [-a] [-c] [-b] [-r] a - 构建静态资源 c - 编译二进制文件 b - 构建前端 + 编译二进制文件 r - 交叉编译,构建用于release的版本
GPL V3
GitHub @HFO4 · Twitter @abslant00
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cloudreve
===================================================================================================================================================================
支持多家云存储驱动的公有云文件系统.
演示站 • 讨论社区 • 文档 • 下载 • Telegram 群组 • 许可证
✨ 特性
🛠️ 部署
下载适用于您目标机器操作系统、CPU架构的主程序,直接运行即可。
以上为最简单的部署示例,您可以参考 文档 - 起步 进行更为完善的部署。
⚙️ 构建
自行构建前需要拥有
Go >= 1.13
、yarn
等必要依赖。克隆代码
构建静态资源
嵌入静态资源
编译项目
你也可以使用项目根目录下的
build.sh
快速开始构建:⚗️ 技术栈
📜 许可证
GPL V3
The text was updated successfully, but these errors were encountered: