The Webteam WSGI charm

This is the Juju charm for serving the Canonical Webteam's Python WSGI applications.

Basic usage

After being deployed with Juju, the charm needs to be configured with the location of your WSGI module, and then provided with a .tar.gz file containing your application code:

juju deploy cs:~cwebteam/wsgi-app
juju config wsgi-app wsgi=myapplication.wsgi
juju attach wsgi-app build=./myapplication.tar.gz

Development

This charm is built from two charm layers:

To build the charm locally, follow the documentation.