linux下禪道安裝部署

禪道下載地址 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
--------------------- 
 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章