diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-31 22:07:12 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-31 22:07:12 -0500 |
commit | 07913ec999a05f4b347f8abf35a54549a18d9262 (patch) | |
tree | 00a580be2bd7aff426eb09ea4d9bc675f495f7ac | |
parent | 9205872e5a049a03c90494486b54c0424d8d1682 (diff) | |
download | mediagoblin-07913ec999a05f4b347f8abf35a54549a18d9262.tar.lz mediagoblin-07913ec999a05f4b347f8abf35a54549a18d9262.tar.xz mediagoblin-07913ec999a05f4b347f8abf35a54549a18d9262.zip |
Added the "making local copies" section to configuration.rst
-rw-r--r-- | docs/source/configuration.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index 354a7098..040b926d 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -43,6 +43,23 @@ mediagoblin/config_spec.ini Making local copies =================== +Assuming you're doing the virtualenv setup described elsewhere in this +manual and you need to make local tweaks to the config files, there's +an easy way to do that. + +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 that all commands provide a way to pass in a specific config +file also, usually by a -cf flag.) Common changes ============== |