文件名称:deuce-deployer:我自己的 Deuce 部署功能
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-17 02:06:14
Shell
deuce-部署者 展示部署 Deuce 是多么简单 要使用 uWSGI 进行部署,只需运行: $ ./build_deployment.sh uwsgi 要使用 gunicorn 进行部署,只需运行: $ ./build_deployment.sh gunicorn 这些在可用的本地目录中构建 Python 虚拟环境。 访问部署环境并根据需要启动系统: $ bash $ source uwsgi_deuce_deployment/bin/activate $ deuce-server 或者 $ bash $ source uwsgi_deuce_deployment/bin/activate $ uwsgi --ini uwsgi/uwsgi_deuce.ini
【文件预览】:
deuce-deployer-master
----nginx()
--------nginx-deuce.conf(409B)
----README.rst(665B)
----config()
--------config.ini(3KB)
--------eom.conf(417B)
----build_deployment.sh(2KB)
----LICENSE(11KB)
----__init__.py(0B)
----uwsgi()
--------uwsgi_restart.sh(42B)
--------uwsgi_start.sh(127B)
--------requirements.txt(112B)
--------uwsgi_deuce.ini(232B)
--------uwsgi_stop.sh(81B)
----.gitignore(92B)
----gunicorn()
--------gunicorn_restart.sh(48B)
--------gunicorn_stop.sh(153B)
--------requirements.txt(115B)
--------gunicorn_start.sh(256B)
----run()
--------log()
----apps()
--------__init__.py(0B)
--------deuce_deploy_app.py(409B)