linux下禅道安装部署

it2022-05-05  94

禅道下载地址 https://www.zentao.net/download/80151.html

安装教程 https://www.zentao.net/book/zentaopmshelp/90.html

关闭防火墙和selinux命令如下:

[root@server ~]# systemctl stop firewalld.service [root@server ~]# systemctl disable firewalld.service [root@server ~]# setenforce 0 [root@server ~]# sed -ri 's/^(SELINUX=).*/\1disabled/g' /etc/selinux/config ---------------------   

 

 


最新回复(0)