python 云服务器部署 flask 项目
卸载python
whereis python3 |xargs rm -frv
whereis python2 |xargs rm -frv
whereis python |xargs rm -frv
测试模式,非生产模式
1.修改host 和port
2.上传项目
3.下载python项目管理器
4.创建项目
5.开放端口,远程连接数据库
卸载python
whereis python3 |xargs rm -frv
whereis python2 |xargs rm -frv
whereis python |xargs rm -frv
测试模式,非生产模式
1.修改host 和port
2.上传项目
3.下载python项目管理器
4.创建项目
5.开放端口,远程连接数据库