cd /root/code/wuhan_server_api
conda activate wuhan
uwsgi --ini app_server_uwsgi.ini
nohup uwsgi --ini app_server_uwsgi.ini &
http://121.43.233.66/
# 1. 激活环境
conda activate wuhan
# 进入代码文件夹
cd /root/code/JWB_Server_API
# 2. 更新代码
git pull
## 代码更新错误,可以强制回滚代码到任意版本,再重新pull
git log
git reset --hard 881362048c4467b78e1d0e19e76ec0d5def20d6a
git pull
# 3. 杀掉uwsgi服务
ps aux|grep uwsgi
kill -9 进程号
# 4. 重启服务
nohup uwsgi --ini app_server_uwsgi.ini &
https://docs.qq.com/sheet/DWFZXeEdobkFWT3lK?tab=BB08J2&c=D54A0A0
https://docs.qq.com/doc/DWHdSUWdOZWZCbm9E
- 注册 - 廖文
- 判断是否有userid ,没有则存,有则跳过
- 发布 - 李硕
- 供应表 外键->物品表
- 物品表加一个type 口罩 消毒液
- 首页状态 -罗杰
- 经纬度 大于小于
- 热门 5km+ 随机10条(供求表)
- 最新 5km + 时间(供求表)
- 我的 自己的提交信息(供求表)
- 搜索-供应表
- 商店 - 供求表+用户表 廖文
- 消毒液 - 供求表+新加的物品表 罗杰
- 口罩 - 供求表+新加的物品表 李硕
后台管理系统
https://jwb.comdesignlab.com/admin/
root
hnuwulab
服务器信息:
服务器:
121.43.233.66
root
hnu..1234
代码:
服务器路径
/root/code
github托管:
https://github.com/luojie1024/wuhan_server_api.git
外网访问链接:
http://121.43.233.66:8000/
运行环境:
/root/ide/anancoda3/envs/wuhan/bin/python