/[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.3 - (hide annotations)
Thu Jan 22 13:00:08 2026 UTC (7 weeks, 5 days ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +7 -2 lines
Content type: text/markdown
Update README

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 sysadm 1.3 ### 根据需要或定期从数据库更新 Solr 数据
33     ```bash
34     docker exec -it lbbs-combo-php-1 /usr/local/bin/export_xml_to_solr.sh
35     ```
36    
37 sysadm 1.1 ## 版权
38    
39 sysadm 1.3 版权所有 (C) 2001-2026 Leaflet <leaflet@leafok.com>
40 sysadm 1.1
41     ## 许可证
42    
43 sysadm 1.3 本程序是自由软件;您可以依据自由软件基金会发布的 [GNU 通用公共许可证](LICENSE) 条款重新发布和/或修改本程序;许可证版本为第 3 版,或者(您可选)任何更高版本。

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