Charm: oops-tools
Summary
Oops tools
Charm Store
juju deploy cs:precise/oops-tools-1
Maintainer
Diogo Matsubara
Series
precise
Description
Django app to analyse and aggregate OOPS reports
Links
Repository   Bugs
lp:~charmers/charms/precise/oops-tools/trunk
Interfaces
Provides
Requires
Config
oops-web-amqp-routing string
db-user string
oops-web-amqp-vhost string
oops-web-amqp-password string
db-name string
oops-web-amqp-host string
oops-web-amqp-exchange string
oops-web-amqp-user string
Details
Readme
To deploy:

juju deploy --repository=. local:oops-tools
juju deploy --repository=. local:postgresql
juju add-relation postgresql:db oops-tools
juju add-relation rabbitmq oops-tools
juju expose oops-tools
Changes  
2012/07/03 Diogo Matsubara restore check for relation values (revno 12)
2012/06/26 Diogo Matsubara add maintainer to metadata.yaml (revno 11)
2012/06/26 Diogo Matsubara merge from trunk (revno 10)
2012/04/23 Diogo Matsubara update metadata with the correct format. just one requires line (revno 9)
2012/04/23 Diogo Matsubara improve README (revno 8)
2012/04/23 Diogo Matsubara add support for amqp and fix db scripts (revno 7)
2012/01/30 Diogo Matsubara change file permissions set up so apache can serve oops-tools files, disable the default apache page (revno 6)
2012/01/30 Diogo Matsubara add provides to metadata.yaml and website-relation-joined file (revno 5)
2012/01/30 Diogo Matsubara remove unnecessary sed edits to wsgi file in start hook and change oops-tools dir permission so apac (revno 4)
In other archives
~matsubara:precise/oops-tools