diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-30 23:29:06 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-30 23:29:28 -0500 |
commit | ccff46ab4001f18173fbb55f5664cd905fae4608 (patch) | |
tree | 920fa7c83acfa8a04352f857c955438f36ad2bb4 /docs/source | |
parent | 4e893b6ea1b9ab4d9a104d9a3a0751598bb3c8f5 (diff) | |
download | mediagoblin-ccff46ab4001f18173fbb55f5664cd905fae4608.tar.lz mediagoblin-ccff46ab4001f18173fbb55f5664cd905fae4608.tar.xz mediagoblin-ccff46ab4001f18173fbb55f5664cd905fae4608.zip |
Configuring MediaGoblin, a loose sketch of documentation.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/configuration.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst new file mode 100644 index 00000000..93cc4a17 --- /dev/null +++ b/docs/source/configuration.rst @@ -0,0 +1,38 @@ +.. _configuration-chapter: + +======================== +Configuring MediaGoblin +======================== + +So! You've got MediaGoblin up and running, but you need to adjust +some configuration parameters. Well you've come to the right place! + +MediaGoblin's config files +========================== + +When configuring MediaGoblin, there are two files you might want to +make local modified versions of, and one extra file that might be +helpful to look at. Let's examine these. + +mediagoblin.ini + The config file for MediaGoblin, the application. If you want to + tweak settings for MediaGoblin, you'll usually tweak them here. + +paste.ini + +mediagoblin.ini + + +Making local copies +=================== + + +Common changes +============== + + +Celery +====== + +We should point to another celery-specific section of the document +actually :) |