Skip to content

codersquid/charm-wsgi-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%