大作业仓库
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.
 
印钰杰 4665ff7c3b 更新 'README.md' il y a 3 ans
README.md 更新 'README.md' il y a 3 ans
__init__.py 上传文件至 '' il y a 3 ans
app.py 上传文件至 '' il y a 3 ans
couplet.py 上传文件至 '' il y a 3 ans
error.py 上传文件至 '' il y a 3 ans
model.py 上传文件至 '' il y a 3 ans
seq2seq.py 上传文件至 '' il y a 3 ans
session.py 上传文件至 '' il y a 3 ans
user.py 上传文件至 '' il y a 3 ans

README.md

cloudcomputing

创建镜像然后部署是可以的,但是不论是部署在本地,还是以镜像的ip部署在公网,都会在页面跳转上有问题(ip不同),数据库方面也可能有问题。没有足够的时间改了... 所以这里就给出云主机的ip和用户名密码,请助教老师直接在云主机上部署。

ssh root@106.75.241.159 password:yyj0010YYJ

登陆后输入: cd /home/jaden/flask

source flaskenv/bin/activate

gunicorn -w 2 -b 127.0.0.1:5000 app:app

部署成功,在浏览器输入 http://106.75.241.159/ 打开应用