Deploying and Operating Plone on WSGI#
- About
Deploying and Operating Plone behind a WSGI server
- Level
All levels
Note
This training is meant to use in a course or read and worked through by an individual user. Instructors should note that this makes it more discursive than if only meant for classroom use.
Many sections may be zipped through in a class, noting to students that the full text is available for review.
- Setup a box for the training
- PEP 3333
- Deploying Plone with WSGI using zc.buildout, plone.recipe.zope2instance and Waitress
- Differences to the ZServer setup
- Understanding the contents of
wsgi.ini
- What's left in zope.conf?
- WSGI options
Bjoern
- Gunicorn
- uWSGI
- Debugging Plone on WSGI
- Useful Add-ons and Utilities
- Can I talk to the supervisor?
- Buildout for the training