diff options
author | Boris Bobrov <breton@cynicmansion.ru> | 2017-11-13 02:43:25 +0300 |
---|---|---|
committer | Boris Bobrov <breton@cynicmansion.ru> | 2017-11-13 02:43:25 +0300 |
commit | f5e48d9edf3ee7623e6ad654293977399b9d87cd (patch) | |
tree | c5087b038b24593e9156428c60220fc83ca2d614 /docs/source/siteadmin/configuration.rst | |
parent | 94c10f1c5795ae08ec40cfd7482a5adc12a7d6c0 (diff) | |
download | mediagoblin-f5e48d9edf3ee7623e6ad654293977399b9d87cd.tar.lz mediagoblin-f5e48d9edf3ee7623e6ad654293977399b9d87cd.tar.xz mediagoblin-f5e48d9edf3ee7623e6ad654293977399b9d87cd.zip |
remove mentions of mediagoblin_local.ini
Diffstat (limited to 'docs/source/siteadmin/configuration.rst')
-rw-r--r-- | docs/source/siteadmin/configuration.rst | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/source/siteadmin/configuration.rst b/docs/source/siteadmin/configuration.rst index 6b8cd225..1b8dc9bb 100644 --- a/docs/source/siteadmin/configuration.rst +++ b/docs/source/siteadmin/configuration.rst @@ -54,30 +54,6 @@ mediagoblin/config_spec.ini option that we didn't tell you about. :) -Making local copies -=================== - -Let's assume you're doing the virtualenv setup described elsewhere in this -manual, and you need to make local tweaks to the config files. How do you do -that? Let's see. - -To make changes to mediagoblin.ini :: - - cp mediagoblin.ini mediagoblin_local.ini - -To make changes to paste.ini :: - - cp paste.ini paste_local.ini - -From here you should be able to make direct adjustments to the files, -and most of the commands described elsewhere in this manual will "notice" -your local config files and use those instead of the non-local version. - -.. note:: - - Note that all commands provide a way to pass in a specific config - file also, usually by a ``-cf`` flag. - Common changes ============== |