~patrick-hetu/charms/precise/gunicorn/fix_quotes

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Patrick Hetu
  • Date: 2012-03-27 01:16:08 UTC
  • Revision ID: patrick.hetu@gmail.com-20120327011608-ztlpmzymn8unl2hl
Initial test

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: gunicorn
 
2
summary: Gunicorn
 
3
description: |
 
4
  Gunicorn or Green Unicorn is a Python WSGI HTTP Server for UNIX. It's a
 
5
  pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server
 
6
  is broadly compatible with various web frameworks, simply implemented, light on
 
7
  server resources, and fairly speedy.
 
8
subordinate: true
 
9
provides:
 
10
  website:
 
11
    interface: http
 
12
requires:
 
13
    wsgi-file:
 
14
       interface: wsgi
 
15
       scope: container