Added the "making local copies" section to configuration.rst
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 1 Nov 2011 03:07:12 +0000 (22:07 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 1 Nov 2011 03:07:12 +0000 (22:07 -0500)
docs/source/configuration.rst

index 354a70989d1acf56050fce03ef8e16fa62f2774b..040b926de398804f442c218b5d09d211c460b84e 100644 (file)
@@ -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
 ==============