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

Annotation of /lbbs-combo/README.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: +6 -1 lines
Content type: text/markdown
Update README

1 sysadm 1.1 # LBBS-combo - Combination of all LeafOK BBS components
2    
3     Chinese version of README.md is located at [README.zh_CN.md](README.zh_CN.md)
4    
5     ## Introduction
6    
7     This package provides a pre-configured Docker-based running environment of LeafOK BBS, including both web version and telnet version, for testing or demo purposes.
8    
9     ## Installation
10    
11 sysadm 1.2 ### Specify platforms of building targets and runtime version
12     ```bash
13     export DOCKERHUB_PLATFORMS="linux/amd64"
14     export RUN_PLATFORM="linux/amd64"
15     ```
16    
17 sysadm 1.1 ### Option 1: Build from source
18     ```bash
19     sh -x build.sh
20     ```
21    
22     ### Option 2: Pull Docker image
23     ```bash
24     docker compose pull
25     ```
26    
27     ### Start the application
28     ```bash
29     docker compose up -d
30     ```
31    
32 sysadm 1.3 ### Update Solr data from database, on demand or periodically
33     ```bash
34     docker exec -it lbbs-combo-php-1 /usr/local/bin/export_xml_to_solr.sh
35     ```
36    
37 sysadm 1.1 ## Copyright
38    
39 sysadm 1.3 Copyright (C) 2001-2026 Leaflet <leaflet@leafok.com>
40 sysadm 1.1
41     ## License
42    
43     This program is free software; you can redistribute it and/or modify it under the terms of the [GNU General Public License](LICENSE) as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

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