Centos 搭建部署DoKu wiki

本文详细介绍了在CentOS系统上搭建DokuWiki的步骤,包括安装Apache,启动服务,开启80端口,安装PHP7及其扩展,下载并解压DokuWiki,配置系统环境,调整目录权限,以及完成最后的安装流程。
摘要由CSDN通过智能技术生成

安装搭建DoKu wiki

1:安装apache

 yum install -y httpd

2:安装完成,检查下apache服务状态,刚安装完是关闭的,需要启动apache

   systemctl status httpd
   systemctl start httpd

3:防火墙开启80端口(默认端口)

firewall-cmd --add-port=80/tcp --permanent
firewall-cmd --reload

如果端口正在被占用,查看端口状态netstat -ntpl,然后就杀死

4:安装PHP7
安装php7以及扩展

#rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
#rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
#yum install php70w php70w-common php70w-fpm. php70w-opcache php70w-gd php70w-mysqlnd php70w-mbstring php70w-pecl-redis php70w-pecl-memcached php70w-devel
#systemctl restart httpd(重新启动htt

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值