--- lbbs/README.md 2025/06/24 13:30:52 1.12 +++ lbbs/README.md 2025/06/27 00:54:16 1.13 @@ -8,24 +8,23 @@ Demo site : bbs.fenglin.info (Telnet 232 Introduction ================= This software (named as LBBS) aims to providing a telnet-based interface for a pure web-based BBS (named as LeafOK BBS). -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. -Thank you for using this software. If you meet any bugs or have any suggestion, please tell me. +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. System Requirement ================== -1) GNU C Compiler -2) PHP ( Version >= 8.2 ) -3) MySQL database ( Version >= 8.4 ) +1) GNU C Compiler +2) PHP ( Version >= 8.2 ) +3) MySQL database ( Version >= 8.4 ) Quick Installation ================== To install LBBS quickly, please do the following steps: -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. +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, @@ -45,11 +44,11 @@ To install LBBS quickly, please do the f 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 + /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 + 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