congwang 83fae78fbd | 3 年之前 | ||
---|---|---|---|
backend | 删除 | 3 年之前 | |
front | 删除 | 3 年之前 | |
README.md | 3 年之前 |
在ucloud申请一台centos主机,打开XShell中,使用命令ssh root@x.x.x.x 登录云主机,使用命令 yum install nginx 安装nginx,替换 /usr/sahre/html/index.html文件, 使用命令 nginx -s reload重启nginx,即可在使用IP:x.x.x.x访问应用页面。
在ucloud申请一台ubuntu主机,登录主机,执行
git clone http://gitea.shuishan.net.cn/10175300250/cloud-computing-final-project.git
cd cloud-computing-final-project.git
sudo bash env.sh
在ucloud云主机上开放8000端口