lnmp1.5一键安装包,修改nginx配置文件端口号为8080搭建可道云项目

找到配置文件

cd/ usr/lcoal/nginx/conf

vi nginx.conf

 运行http://104.224.166.36:8080/

http://104.224.166.36:8080/phpmyadmin/index.php

下载项目

cd /home/wwwroot/default

yum install -y git

git clone https://github.com/kalcaddle/KodExplorer.git

运行可道云项目104.224.166.36:8080/KodExplorer/index.php

运行命令行

 su -c 'setenforce 0'

 chmod -R 777 /home/wwwroot/default/KodExplorer/

再次运行项目


项目地址 http://104.224.166.36:8080/KodExplorer/

账号 admin
密码  *****

搭建自己的私有云项目

猜你喜欢

转载自blog.csdn.net/resilient/article/details/86766399