简体   繁体   中英

Python web application installer packages?

Has anyone ever made an installer package for a Flask or Django (or other WSGI framework) application that lays down the code, virtualenv, configures the WSGI server (Gunicorn or uWSGI for example)? I've tried Googling the topic but I only find documentation about installing the frameworks themselves or deploying the applications to cloud services like AWS and Heroku.

I know that all of the above could be scripted, but I'm interested in building actual installer packages for different platforms that get the WSGI app up and running and leaves the other needed components (such as database, cache, proxy, etc.) up to the administrator.

Are there existing examples of this someone could point me to? Does anyone have suggestions on where to start for learning how to create these packages?

为什么不直接将应用程序打包为docker容器?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM