/[LeafOK_CVS]/lbbs/README
ViewVC logotype

Diff of /lbbs/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.10 by sysadm, Tue May 6 05:31:26 2025 UTC Revision 1.11 by sysadm, Tue May 6 10:15:16 2025 UTC
# Line 41  please contact me. Line 41  please contact me.
41  please tell me.  please tell me.
42    
43    
44    System Requirement
45    ==================
46    
47       Operation System: Linux
48    
49       Software:
50          1) GNU C Compiler
51          2) PHP ( Version >= 8.2 )
52          3) MySQL database ( Version >= 8.4 )
53    
54    
55    Quick Installation
56    ==================
57    
58       To install LBBS quickly, please do the following steps:
59    
60    1) Extract the source files from a tarball or export from GitHub
61       Run the following command to set up the autoconf/automake environment,
62       sh ./autogen.sh
63       and fix any error if exists.
64    
65    2) Compile source files
66       ./configure --prefix=/usr/local/lbbs
67       make
68    
69    3) Install binary files and data files
70       make install
71    
72    4) Create user and group
73       groupadd bbs
74       useradd bbs
75    
76    5) Set privileges of files
77       cd /usr/local/lbbs
78       chown bbs:bbs -R lbbs
79       chmod 750 -R lbbs
80       chmod 4750 lbbs/bin/bbsd
81    
82    6) Modify following configuration files
83       Default configuration files is saved as *.default, you should rename them first.
84       /usr/local/lbbs/conf/bbsd.conf
85       /usr/local/lbbs/utils/conf/db_conn.inc.php
86    
87    7) Startup
88       /usr/local/lbbs/bin/bbsd
89    
90    
91  Installation  Installation
92  ============  ============
93    
94      Please see INSTALL for details.      Please see INSTALL for details.


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

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