/[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.2 by sysadm, Wed May 7 05:08:36 2025 UTC Revision 1.8 by sysadm, Sat Jun 7 12:21:09 2025 UTC
# Line 1  Line 1 
1  # LBBS  # LBBS - Classical terminal server of LeafOK BBS
2    
3  Copyright (C) 2004-2025 by Leaflet  Copyright (C) 2004-2025 by Leaflet
4    
# Line 64  To install LBBS quickly, please do the f Line 64  To install LBBS quickly, please do the f
64        
65     /usr/local/lbbs/utils/conf/db_conn.inc.php     /usr/local/lbbs/utils/conf/db_conn.inc.php
66    
67  6) Startup  6) Generate menu configuration file with section data by running the script
68    
69     /usr/local/lbbs/bin/bbsd     sudo -u bbs php /usr/local/lbbs/utils/bin/gen_section_menu.php
70    
71    7) Create or copy SSH2 RSA certificate into /usr/local/lbbs/conf
72    
73       ssh-keygen -t rsa -C "Your Server Name" -f ssh_host_rsa_key
74    
75    8) Startup
76    
77       sudo /usr/local/lbbs/bin/bbsd
78    
79    9) Set up systemd
80    
81       Create your own /usr/lib/systemd/system/lbbs.service from the sample at conf/lbbs.service.default, and make any change if necessary. Please note that the startup argument "-f" with bbsd should be used in systemd notify mode.
82    
83       Run the following bash command to startup the service:
84    
85       sudo systemctl daemon-reload
86    
87       sudo systemctl start lbbs
88    


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

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