~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/app-bundles/reddit/reddit_store/precise/reddit/metadata.yaml

  • Committer: MMorana
  • Date: 2016-03-24 01:18:40 UTC
  • Revision ID: mass@ubuntu.com-20160324011840-blxydmf7ca4ggle0
Splitting out demos from install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
name: reddit
2
 
summary: The code that powers reddit.com
3
 
maintainer: Adam Israel <adam.israel@gmail.com>
4
 
description: |
5
 
  Reddit is an entertainment, social networking, and news site where users can share content via text posts and links.
6
 
categories:
7
 
  - applications
8
 
subordinate: false
9
 
requires:
10
 
  db:
11
 
    interface: pgsql
12
 
  database:
13
 
    interface: cassandra
14
 
  cache:
15
 
    interface: memcache
16
 
  amqp:
17
 
    interface: rabbitmq
18
 
  nfs:
19
 
    interface: mount    
20
 
provides:
21
 
  website:
22
 
    interface: http
23
 
  wsgi:
24
 
    interface: wsgi
25
 
    scope: container