From 85ad561e1cd41252a41c542da6f2e5802d8870c6 Mon Sep 17 00:00:00 2001
From: dpg <doubleplusgood23@gmail.com>
Date: Thu, 25 Jan 2018 21:52:37 -0500
Subject: [PATCH] Slight changes. The mediagoblin_local.ini instruction seems
to only exist on the currently hosted docs?
---
mediagoblin.example.ini | 2 +-
mediagoblin/plugins/piwigo/README.rst | 2 +-
paste.ini | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/mediagoblin.example.ini b/mediagoblin.example.ini
index 7b528359..7eb72bde 100644
a
|
b
|
|
1 | 1 | # If you want to make changes to this file, first copy it to |
2 | | # mediagoblin_local.ini, then make the changes there. |
| 2 | # mediagoblin.ini, then make the changes there. |
3 | 3 | # |
4 | 4 | # If you don't see what you need here, have a look at mediagoblin/config_spec.ini |
5 | 5 | # It defines types and defaults so it's a good place to look for documentation |
diff --git a/mediagoblin/plugins/piwigo/README.rst b/mediagoblin/plugins/piwigo/README.rst
index 0c71ffbc..2d816662 100644
a
|
b
|
|
12 | 12 | It might even go away without any notice. |
13 | 13 | |
14 | 14 | Okay, so if you still want to test this plugin, |
15 | | add the following to your mediagoblin_local.ini: |
| 15 | add the following to your mediagoblin.ini: |
16 | 16 | |
17 | 17 | .. code-block:: ini |
18 | 18 | |
diff --git a/paste.ini b/paste.ini
index ce3f01e8..f387d4fc 100644
a
|
b
|
pipeline = mediagoblin
|
11 | 11 | |
12 | 12 | [app:mediagoblin] |
13 | 13 | use = egg:mediagoblin#app |
| 14 | # use of mediagoblin.ini now prefered |
14 | 15 | config = %(here)s/mediagoblin_local.ini %(here)s/mediagoblin.ini |
15 | 16 | # static paths |
16 | 17 | /mgoblin_media = %(here)s/user_dev/media/public |