更改

跳转至: 导航搜索

CentOS安装Mantis

删除3字节, 周四20:46
无编辑摘要
### systemctl start mariadb
### systemctl enable mariadb
 
# 安装php7.1
## Mantis支持PHP大于5.5,这里我们将安装PHP版本7。
## 安装php7.1:yum install php71w php71w-cli php71w-mysqli php71w-mbstring -y
## 安装后验证php:php -v
 
# 安装php8
## yum -y install yum-utils
## yum-config-manager --enable remi-php80
## yum -y install php php-cli php-fpm php-devel
 
# 配置mariadb
## 初始化:mysql_secure_installation
497
个编辑

导航菜单