discuz的lnmp安装

一、下载安装包

yum  install nginx php-fpm php-gd php-freetype mariadb-server -y
systemctl  restart  nginx
systemctl  restart  php-fpm
systemctl  restart  mariadb
systemctl  enable nginx
systemctl  enable  php-fpm
systemctl  enable  mariadb

二、数据库配置

create database discuz character set utf8 collate utf8_bin;
grant all privileges on discuz.* to mediawiki@localhost identified by 'discuz';
grant all privileges on discuz.* to mediawiki@'%' identified by 'discuz';
FLUSH PRIVILEGES;

三、上传discuz的安装包,解压至/usr/share/nginx/html/discuz下

tar xf    WeCenter_3-2-2.tar.gz -C  /usr/share/nginx/html/discuz
chown -R nginx.nginx   /usr/share/nginx/html/discuz

四、浏览器访问ip/wecenter

image.png
image.png
image.png
image.png
image.png
image.png
image.png
image.png
image.png
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容