/[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.1 - (hide annotations)
Thu Jan 8 03:27:09 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
Content type: text/markdown
Initial commit

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     ### 选项 1: 从源代码构建
12     ```bash
13     sh -x build.sh
14     ```
15    
16     ### 选项 2: 拉取 Docker 镜像
17     ```bash
18     docker compose pull
19     ```
20    
21     ### 启动应用程序
22     ```bash
23     docker compose up -d
24     ```
25    
26     ## 版权
27    
28     版权所有 (C) 2004-2026 Leaflet <leaflet@leafok.com>
29    
30     ## 许可证
31    
32     本程序是自由软件;您可以依据自由软件基金会发布的 [GNU 通用公共许可证](LICENSE) 条款重新发布和/或修改本程序;许可证版本为第 3 版,或者(您可选)任何更高版本。

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