/[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.11 by sysadm, Sun Jun 22 12:34:56 2025 UTC Revision 1.12 by sysadm, Tue Jun 24 13:30:52 2025 UTC
# Line 49  To install LBBS quickly, please do the f Line 49  To install LBBS quickly, please do the f
49    
50  6) Generate menu configuration file with section data by running the script    6) Generate menu configuration file with section data by running the script  
51     sudo -u bbs php /usr/local/lbbs/utils/bin/gen_section_menu.php     sudo -u bbs php /usr/local/lbbs/utils/bin/gen_section_menu.php
52       sudo -u bbs php /usr/local/lbbs/utils/bin/gen_ex_list.php
53    
54  7) Create or copy SSH2 RSA certificate into /usr/local/lbbs/conf    7) Create or copy SSH2 RSA certificate into /usr/local/lbbs/conf  
55     ssh-keygen -t rsa -C "Your Server Name" -f ssh_host_rsa_key     ssh-keygen -t rsa -C "Your Server Name" -f ssh_host_rsa_key
# Line 57  To install LBBS quickly, please do the f Line 58  To install LBBS quickly, please do the f
58     sudo /usr/local/lbbs/bin/bbsd     sudo /usr/local/lbbs/bin/bbsd
59    
60  9) Set up systemd    9) Set up systemd  
61     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.       Create your own /usr/lib/systemd/system/lbbs.service from the sample at conf/lbbs.service.default, and make any change if necessary.  
62     Run the following bash command to startup the service:       Reload daemon config and start the service.  
    sudo systemctl daemon-reload    
    sudo systemctl start lbbs  


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

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