diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2019-11-27 22:14:52 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2019-11-27 22:14:52 +1100 |
commit | 7075a065a215851f75dca098b8afddebc826366a (patch) | |
tree | 2122a85fe3575e92c814f99bec82930a805ef945 | |
parent | 1e950c0d17b583cd732be9e2a7b74afc85e051f7 (diff) | |
download | mediagoblin-7075a065a215851f75dca098b8afddebc826366a.tar.lz mediagoblin-7075a065a215851f75dca098b8afddebc826366a.tar.xz mediagoblin-7075a065a215851f75dca098b8afddebc826366a.zip |
Extend install instructions for raven plugin.
-rw-r--r-- | mediagoblin/plugins/raven/README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mediagoblin/plugins/raven/README.rst b/mediagoblin/plugins/raven/README.rst index 4006060d..dfd45023 100644 --- a/mediagoblin/plugins/raven/README.rst +++ b/mediagoblin/plugins/raven/README.rst @@ -9,7 +9,9 @@ Warning: this plugin is somewhat experimental. Set up the raven plugin ======================= -1. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section:: +1. Install the ``raven`` Python package with ``bin/python -m pip install raven``. + +2. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section:: [[mediagoblin.plugins.raven]] sentry_dsn = <YOUR SENTRY DSN> |