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

Contents of /lbbs-combo/README.md

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show 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 # 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 ### Option 1: Build from source
12 ```bash
13 sh -x build.sh
14 ```
15
16 ### Option 2: Pull Docker image
17 ```bash
18 docker compose pull
19 ```
20
21 ### Start the application
22 ```bash
23 docker compose up -d
24 ```
25
26 ## Copyright
27
28 Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com>
29
30 ## License
31
32 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