Deployment Discuz
deployment
192.168.160.129
192.168.160.140
129 configurations
Unzip the downloaded file
Move the extracted file UPLOAD to the HTML directory to change the name of the forum
Go to the directory, give permission to read and write the execution in the forum directory
Access http://192.168.160.129/forum , you pop out of the installation wizard
The first step will be to check the installation environment, and if you meet, you can immediately click Next.
Select a new installation
Setting up a database of relevant information
Complete the installation
140 configurations
New Ultrax Database
New forum user, has access to the Ultrax database, password CentOS
deployment
192.168.160.129
Configuring HTTPD, Php, Discuz
192.168.160.140
Configuring MariaDB
129 configurations
Unzip the downloaded file
unzip Discuz_X3.3_SC_UTF8.zip
Move the extracted file UPLOAD to the HTML directory to change the name of the forum
mv upload/ /var/www/html/forum
Go to the directory, give permission to read and write the execution in the forum directory
cd /var/www/html/
setfacl -Rm u:apache:rwx forum/
Access http://192.168.160.129/forum , you pop out of the installation wizard
The first step will be to check the installation environment, and if you meet, you can immediately click Next.
Setting up a database of relevant information
Complete the installation
140 configurations
New Ultrax Database
create database ultrax;
New forum user, has access to the Ultrax database, CentOS password
grant all on ultrax.* to forum@'192.168.160.%' identified by 'centos';