/[LeafOK_CVS]/lbbs-combo/README.zh_CN.md
ViewVC logotype

Annotation of /lbbs-combo/README.zh_CN.md

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Fri Jan 9 11:16:08 2026 UTC (2 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +6 -0 lines
Content type: text/markdown
Update for multi-platform build

1 sysadm 1.1 # LBBS-combo - LeafOK BBS 所有组件的组合包
2    
3     英文版本的README.md位于[README.md](README.md)
4    
5     ## 简介
6    
7     本软件包提供了一个预配置的基于 Docker 的 LeafOK BBS 运行环境,包含 Web 版本和 Telnet 版本,适用于测试或演示目的。
8    
9     ## 安装
10    
11 sysadm 1.2 ### 指定构建目标和运行版本的平台
12     ```bash
13     export DOCKERHUB_PLATFORMS="linux/amd64"
14     export RUN_PLATFORM="linux/amd64"
15     ```
16    
17 sysadm 1.1 ### 选项 1: 从源代码构建
18     ```bash
19     sh -x build.sh
20     ```
21    
22     ### 选项 2: 拉取 Docker 镜像
23     ```bash
24     docker compose pull
25     ```
26    
27     ### 启动应用程序
28     ```bash
29     docker compose up -d
30     ```
31    
32     ## 版权
33    
34     版权所有 (C) 2004-2026 Leaflet <leaflet@leafok.com>
35    
36     ## 许可证
37    
38     本程序是自由软件;您可以依据自由软件基金会发布的 [GNU 通用公共许可证](LICENSE) 条款重新发布和/或修改本程序;许可证版本为第 3 版,或者(您可选)任何更高版本。

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1