~james-w/python-oops-tools/prod-deploy

« back to all changes in this revision

Viewing changes to src/oopstools/README.txt

  • Committer: Tarmac
  • Author(s): Robert Collins
  • Date: 2011-12-12 06:21:14 UTC
  • mfrom: (27.1.1 own-oops)
  • Revision ID: launchpad@pqm.canonical.com-20111212062114-6ozks3ztkrb3ginm
If oops-tools breaks, log an OOPS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
oopsdir = /path/where/rsynced/oopses/are/found
62
62
    /another/such/path
63
63
 
64
 
Update settings.py setting a custom SECRET_KEY
 
64
Update settings.py setting a custom SECRET_KEY, and appropriate AMQP connection
 
65
details (so that the oops-tools web site itself can report errors, should they
 
66
occur).
65
67
 
66
68
To deploy oops tools make sure all the dependecies are installed.
67
69
 
82
84
creation to publish over AMQP. If you are using Python then the oops-amqp
83
85
module will help you do this.
84
86
 
 
87
The Django web UI also integrates with AMQP to report errors that occur
 
88
rendering or searching for OOPS reports. The settings to control this are in
 
89
settings.py (or in your configuration file which buildout compiles into a
 
90
settings.py).
 
91
 
85
92
Running locally
86
93
===============
87
94