| 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. |