lnmp1.5一键安装包,修改nginx配置文件端口号为8080搭建可道云项目
找到配置文件
cd/ usr/lcoal/nginx/conf
vi nginx.conf
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/
再次运行项目
搭建自己的私有云项目