Discuz! script»,Releases Discuz!
installing discuz
16-11-2022, 13:30
Discuz! Introduction
Crossday Discuz! Board (Discuz!) is a universal software system of the public forum. Since June 2001, it has been one of the highest growth and lighting in the world.
Official website:
The lamp implements the discussion!
OS:centos8
IP:192.168.38.88
1. Install the package associated with the lamp
# dnf install php php-pdo php-mysqlnd mariadb-server httpd php-xml -y
2. Launch HTTPD
# systemctl start httpd
3. Start the database
# systemctl start mariadb
# mysql_secure_installation Protection script ~ Set the root password
4. Get Discuz! Source Pack
# wget http://download.comsenz.com/DiscuzX/3.4/..
5. Decompress Discuz!
# unzip Discuz_X3.4_SC_UTF8【20190917】.zip
6.Discuz! After decompression, the PHP source code is in the download
# mv upload/ /var/www/html/bbs
7. Install Apache to read and write execution permission to the BBS directory
# cd /var/www/html/bbs
# setfacl -R -m u:apache:rwx /var/www/html/bbs/
8. For this discussion! Deployment is complete.
Browser Search: http://192.168.38.88/bbs/
Make sure the installation environment looks like this:
Fill in the relevant database information and administrator information
16-11-2022, 13:30
16-11-2022, 13:38
16-11-2022, 12:49
There are no comments
Information
Users of Visitor are not allowed to comment this publication.