discuz的lnmp安装

2019-08-07  本文已影响0人  zwb_jianshu

一、下载安装包

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
上一篇 下一篇

猜你喜欢

热点阅读