Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
congwang 83fae78fbd k il y a 3 ans
backend k 删除 il y a 3 ans
front ok 删除 il y a 3 ans
README.md ok il y a 3 ans

README.md

artline

前端部署

在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端口