+29

Add native Python production environment management (venv, virtualenvwrapper, gunicorn, uWSGI)

Cyril hace 10 años 0
I want to advocate to implement plugins for Python integrated production environment in Ajenti, to begin with:
  • Virtualenv & Virtualenvwrapper - manage projects and environments
  • Gunicorn and/or uWSGI servers management
  • Tornado and may be other asynchronous servers
  • Pip & distribute package management (pip freeze requirements.txt)
  • Install and configure frameworks (Django, flask, OpenERP, Plone, Web2py)... that's probably much too much, I suppose