1.LAMP架构
(Linux+Apache+MariaDB+PHP)
LAMP指的Linux(操作系统)、ApacheHTTP 服务器,MySQL(有时也指MariaDB,数据库软件) 和PHP(有时也是指Perl或Python) 的第一个字母,一般用来建立web应用平台
2.安装包的解压
这里我提供了一个链接,供大家下载安装包
https://pan.baidu.com/s/1GMmX13BXBACENxoEng-72g 提取码: gsyt
systemctl restart mariadb
systemctl restart httpd
在/var/www/html/upload目录下
unzip Discuz_x3.2_SC_UTF8.zip
chmod 777 -R config/
chmod 777 -R data/
getenforce
查看到selinux 为enforing状态
semanage fcontext -a -t httpd_sys_rw_content_t '/var/www/html/upload(/.*)?'
restorecon -FvvR /var/www/html/upload/
chmod 777 uc_* -R
在浏览器上输入ip/upload
3.安装过程
根据安装向导进行安装,输入相关的信息,记住设置的密码用作安装完成之后的登陆
使用账户和密码进行登陆
登陆之后界面