text 部署whatgame到内网的流程

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 部署whatgame到内网的流程相关的知识,希望对你有一定的参考价值。

公司server: SUSE Linux Enterprise Server 11 (x86_64)
1.virtualenv 安装:
  conda install virtualenv
  source venv/bin/activate
  deactivate
  ## 似乎pip安装有问题,所以换成conda安装
  
2.安装mysql
参考http://blog.csdn.net/kongqz/article/details/6834937
下载mysql-community-server.xxxx.rpm
下载mysql-community-common.xxxx.rpm
下载mysql-community-client.xxxx.rpm
下载mysql-community-lib.xxxx.rpm



3.安装部署的
  参考https://spacewander.github.io/explore-flask-zh/13-deployment.html
  1) 应用容器:Gunicorn(pip install)
      gunicorn rocket:app -p rocket.pid -D
      
  2) Nginx反向代理 不需要其实 因为在内网里面

4.
  

以上是关于text 部署whatgame到内网的流程的主要内容,如果未能解决你的问题,请参考以下文章

记一次从web到内网的渗透

Linux搭建frp服务,实现内网穿透服务,实现外网到内网的在线访问

Linux搭建frp服务,实现内网穿透服务,实现外网到内网的在线访问

搭建ngrok服务器,实现内网穿透服务,实现外网到内网的在线访问

How系列-公网如何ssh到内网的Linux系统中?

外网如何访问局域网内网的mysql数据库