diff options
author | Boris Bobrov <breton@cynicmansion.ru> | 2017-11-13 02:38:44 +0300 |
---|---|---|
committer | Boris Bobrov <breton@cynicmansion.ru> | 2017-11-13 02:38:44 +0300 |
commit | 94c10f1c5795ae08ec40cfd7482a5adc12a7d6c0 (patch) | |
tree | 59e1e537896baab46c9d773affc021aee5483760 /docs/source/siteadmin/deploying.rst | |
parent | 65945005cf13fe78235df14d1e8c604b8cb6352c (diff) | |
download | mediagoblin-94c10f1c5795ae08ec40cfd7482a5adc12a7d6c0.tar.lz mediagoblin-94c10f1c5795ae08ec40cfd7482a5adc12a7d6c0.tar.xz mediagoblin-94c10f1c5795ae08ec40cfd7482a5adc12a7d6c0.zip |
clarify installation instructions about mediagoblin.ini
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 44394007..ac74a7f4 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -319,13 +319,16 @@ Edit site configuration ~~~~~~~~~~~~~~~~~~~~~~~ A few basic properties must be set before MediaGoblin will work. First -make a copy of ``mediagoblin.ini`` and ``paste.ini`` for editing so the original +make a copy of ``paste.ini`` for editing so the original config files aren't lost (you likely won't need to edit the paste configuration, but we'll make a local copy of it just in case):: $ cp -av mediagoblin.ini mediagoblin_local.ini && cp -av paste.ini paste_local.ini -Then edit mediagoblin_local.ini: +``mediagoblin.ini`` does not need to be copied, because original config is +stored in ``mediagoblin.example.ini``. + +Then edit ``mediagoblin.ini``: - Set ``email_sender_address`` to the address you wish to be used as the sender for system-generated emails - Edit ``direct_remote_path``, ``base_dir``, and ``base_url`` if |