/[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.2 by sysadm, Wed May 7 05:08:36 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
   
 5) Set privileges of files  
   
    cd /usr/local/lbbs  
   
    chown bbs:bbs -R lbbs  
   
    chmod 750 -R lbbs  
   
    chmod 4750 lbbs/bin/bbsd  
   
 6) Modify following configuration files  
60    
61     Default configuration files is saved as *.default, you should rename them first.     Default configuration files is saved as *.default, you should rename them first.
62        
# Line 76  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  7) Startup  6) Startup
68    
69     /usr/local/lbbs/bin/bbsd     /usr/local/lbbs/bin/bbsd
70    


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

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