diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-12-20 08:22:49 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-12-20 08:23:03 -0600 |
commit | 3fe3b2229c82fd894bc4d3e8effdf26cfc7780ea (patch) | |
tree | fe3f1dc81de499c2bbaf18e8b0cf9ff3d5caa9fe | |
parent | 5ef7ab084f246b81897e248590be3a61898adc77 (diff) | |
download | mediagoblin-3fe3b2229c82fd894bc4d3e8effdf26cfc7780ea.tar.lz mediagoblin-3fe3b2229c82fd894bc4d3e8effdf26cfc7780ea.tar.xz mediagoblin-3fe3b2229c82fd894bc4d3e8effdf26cfc7780ea.zip |
Docs fix: Adding proper blank line after the "Run::"
-rw-r--r-- | docs/source/siteadmin/media-types.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst index 26852842..8fbce5e4 100644 --- a/docs/source/siteadmin/media-types.rst +++ b/docs/source/siteadmin/media-types.rst @@ -81,6 +81,7 @@ Add ``mediagoblin.media_types.video`` to the ``media_types`` list in your ``mediagoblin_local.ini`` and restart MediaGoblin. Run:: + ./bin/gmg dbupdate Now you should be able to submit videos, and mediagoblin should @@ -126,6 +127,7 @@ Add ``mediagoblin.media_types.audio`` to the ``media_types`` list in your ``mediagoblin_local.ini`` and restart MediaGoblin. Run:: + ./bin/gmg dbupdate You should now be able to upload and listen to audio files! @@ -151,6 +153,7 @@ the list would look like this:: media_types = mediagoblin.media_types.image, mediagoblin.media_types.ascii Run:: + ./bin/gmg dbupdate Now any .txt file you uploaded will be processed as ascii art! @@ -169,6 +172,7 @@ Add ``mediagoblin.media_types.stl`` to the ``media_types`` list in your ``mediagoblin_local.ini`` and restart MediaGoblin. Run:: + ./bin/gmg dbupdate You should now be able to upload .obj and .stl files and MediaGoblin |