/[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.1 by sysadm, Tue May 6 10:57:39 2025 UTC Revision 1.6 by sysadm, Mon May 19 08:34:12 2025 UTC
# Line 48  To install LBBS quickly, please do the f Line 48  To install LBBS quickly, please do the f
48    
49     make     make
50    
51  3) Install binary files and data files  3) Create user and group
52    
53     make install     sudo useradd bbs
54    
55  4) Create user and group  4) Install binary files and data files
56    
57     groupadd bbs     sudo make install
58    
59     useradd bbs  5) Modify following configuration files
60    
61  5) Set privileges of files     Default configuration files is saved as *.default, you should rename them first.
62      
63       /usr/local/lbbs/conf/bbsd.conf
64      
65       /usr/local/lbbs/utils/conf/db_conn.inc.php
66    
67     cd /usr/local/lbbs  7) Generate menu configuration file with section data by running the script
68    
69     chown bbs:bbs -R lbbs     sudo -u bbs php /usr/local/lbbs/utils/bin/gen_section_menu.php
70    
71     chmod 750 -R lbbs  6) Startup
72    
73     chmod 4750 lbbs/bin/bbsd     sudo /usr/local/lbbs/bin/bbsd
74    
75  6) Modify following configuration files  7) Set up systemd
76    
77     Default configuration files is saved as *.default, you should rename them first.     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.
78      
79     /usr/local/lbbs/conf/bbsd.conf     Run the following bash command to startup the service:
     
    /usr/local/lbbs/utils/conf/db_conn.inc.php  
80    
81  7) Startup     sudo systemctl daemon-reload
82    
83     /usr/local/lbbs/bin/bbsd     sudo systemctl start lbbs
84    


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

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