xtools

时间:2024-03-05 03:58:40
【文件属性】:

文件名称:xtools

文件大小:10KB

文件格式:ZIP

更新时间:2024-03-05 03:58:40

HTML

xtools 基于Python Flask的网络应用程序可调用API集合。 部署到Ubuntu 先决条件 sudo apt update sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools 在克隆的项目python3.6之外创建venv python3.6 -m venv xtools 激活venv source myprojectenv/bin/activate 安装依赖项pip install -r requirements 打开端口 sudo ufw allow 5000 sudo ufw allow 'Nginx Full' 运行webapp(以验证) gunicorn --bind 0.0.0.0:5000 wsgi:a


【文件预览】:
xtools-main
----templates()
--------quotes.html(708B)
--------index.html(6KB)
----LICENSE(1KB)
----static()
--------style.css(751B)
----wsgi.py(66B)
----.idea()
--------misc.xml(301B)
--------vcs.xml(180B)
--------XTools.iml(620B)
--------modules.xml(264B)
--------.gitignore(112B)
--------inspectionProfiles()
----requirements.txt(142B)
----restart_all.sh(99B)
----.gitignore(72B)
----README.md(1KB)
----xtools.py(3KB)

网友评论