diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-04-12 22:36:19 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-04-12 22:36:19 -0400 |
commit | 56d507b60bf2393dbeed8b81524b6b922dbc6ad0 (patch) | |
tree | fd93bb32adb8bb5ff26b71948d1ac02a8ff34092 /docs/deploymenthowto.rst | |
parent | 5698a579b2a9c99729f915f0590c798ca36d279b (diff) | |
download | mediagoblin-56d507b60bf2393dbeed8b81524b6b922dbc6ad0.tar.lz mediagoblin-56d507b60bf2393dbeed8b81524b6b922dbc6ad0.tar.xz mediagoblin-56d507b60bf2393dbeed8b81524b6b922dbc6ad0.zip |
Adds documentation.
* wrote up some basic bits of a hacking howto
* added a better deployment howto stub
Diffstat (limited to 'docs/deploymenthowto.rst')
-rw-r--r-- | docs/deploymenthowto.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/deploymenthowto.rst b/docs/deploymenthowto.rst index 64baf5c8..39cf73af 100644 --- a/docs/deploymenthowto.rst +++ b/docs/deploymenthowto.rst @@ -2,4 +2,8 @@ Deployment HOWTO ================== -FIXME - write this! +Step 1: Write code that can be deployed. + +Step 2: ? + +Step 3: Write the deployment guide and profit! |