diff options
Diffstat (limited to 'docs/source/deploying.rst')
-rw-r--r-- | docs/source/deploying.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/source/deploying.rst b/docs/source/deploying.rst new file mode 100644 index 00000000..db92257a --- /dev/null +++ b/docs/source/deploying.rst @@ -0,0 +1,16 @@ +.. _deployment-chapter: + +======================= + Deploying MediaGoblin +======================= + +Step 1: Write code that can be deployed. + +Step 2: ? + +Step 3: Write the deployment guide and profit! + +But seriously, this is a stub since we're not quite there (yet) but if +you want to see where we are now, you can try to run the latest +development version by following the instructions on +`the wiki <http://wiki.mediagoblin.org/>`_. |