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

Diff of /lbbs/README.md

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.13 by sysadm, Fri Jun 27 00:54:16 2025 UTC Revision 1.19 by sysadm, Thu Nov 13 13:35:31 2025 UTC
# Line 1  Line 1 
1  # LBBS - Classical terminal server of LeafOK BBS  # LBBS - Classical terminal server of LeafOK BBS
2    
3    中文版本的README.md位于[README.zh_CN.md](README.zh_CN.md)
4    
5    
6  Copyright (C) 2004-2025 by Leaflet    Copyright (C) 2004-2025 by Leaflet  
7  Email : leaflet@leafok.com    Email : leaflet@leafok.com  
8  Demo site : bbs.fenglin.info (Telnet 2323 / SSH2 2322)  Demo site : bbs.fenglin.info (Telnet 2323 / SSH2 2322)
# Line 7  Demo site : bbs.fenglin.info (Telnet 232 Line 10  Demo site : bbs.fenglin.info (Telnet 232
10    
11  Introduction  Introduction
12  =================  =================
13  This software (named as LBBS) aims to providing a telnet-based interface for a pure web-based BBS (named as LeafOK BBS).    This software aims to providing a telnet-based interface for a pure web-based BBS [leafok_bbs](https://github.com/leafok/leafok_bbs).  
14  LeafOK BBS (https://github.com/leafok88/leafok_bbs) provides almost all fundamental BBS features as well as many additional plugins. Its major part was written in PHP + MySQL.  ![Welcome](misc/images/ssh_welcome.jpg "Welcome to LBBS")  
15    ![Menu](misc/images/telnet_menu.jpg "Main menu")  
16    ![Section](misc/images/telnet_section.jpg "List of articles")  
17    ![Reader](misc/images/telnet_article_reader.jpg "Article reader")  
18    
19    
20  System Requirement  System Requirement
# Line 18  System Requirement Line 24  System Requirement
24  3) MySQL database ( Version >= 8.4 )    3) MySQL database ( Version >= 8.4 )  
25    
26    
27  Quick Installation  Installation
28  ==================  ==================
29  To install LBBS quickly, please do the following steps:  See guide in [INSTALL.md](INSTALL.md)
   
 0) Prerequisite    
    Follow README.md under https://github.com/leafok88/leafok_bbs to initialize the database structure shared by both web version and telnet version.    
    It is highly recommended to finish the configuration steps of web version first and make sure those features could work properly.  
   
 1) Extract the source files from a tarball or export from GitHub    
    Run the following command to set up the autoconf/automake environment,    
    sh ./autogen.sh    
    and fix any error if exists.  
   
 2) Compile source files    
    ./configure --prefix=/usr/local/lbbs    
    make  
   
 3) Create user and group    
    sudo useradd bbs  
   
 4) Install binary files and data files    
    sudo make install  
   
 5) Modify following configuration files    
    Default configuration files is saved as *.default, you should rename them first.    
    /usr/local/lbbs/conf/bbsd.conf    
    /usr/local/lbbs/utils/conf/db_conn.inc.php    
   
 6) Generate menu configuration file with section data by running the script    
    sudo -u bbs php /usr/local/lbbs/utils/bin/gen_section_menu.php    
    sudo -u bbs php /usr/local/lbbs/utils/bin/gen_ex_list.php    
   
 7) Create or copy SSH2 RSA certificate into /usr/local/lbbs/conf    
    ssh-keygen -t rsa -C "Your Server Name" -f ssh_host_rsa_key  
   
 8) Startup    
    sudo /usr/local/lbbs/bin/bbsd  
30    
 9) Set up systemd    
    Create your own /usr/lib/systemd/system/lbbs.service from the sample at conf/lbbs.service.default, and make any change if necessary.    
    Reload daemon config and start the service.    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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