diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-11 20:31:45 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-11 20:31:45 -0500 |
commit | 50dd725c585b080bf691dca4f63bbe987bd2861a (patch) | |
tree | e5009438160834e7150d803773ac2c4db37b6c49 | |
parent | 39c6b2bdc601c60dd3cf1acacf795fec721224ca (diff) | |
parent | 6d27a5cf637665be5228b6d74e7bbea5a272e688 (diff) | |
download | mediagoblin-50dd725c585b080bf691dca4f63bbe987bd2861a.tar.lz mediagoblin-50dd725c585b080bf691dca4f63bbe987bd2861a.tar.xz mediagoblin-50dd725c585b080bf691dca4f63bbe987bd2861a.zip |
Merge remote branch 'remotes/osamak/master'
-rw-r--r-- | docs/deploymenthowto.rst | 5 | ||||
-rw-r--r-- | docs/hackinghowto.rst | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/deploymenthowto.rst b/docs/deploymenthowto.rst index d943e276..f50edfb6 100644 --- a/docs/deploymenthowto.rst +++ b/docs/deploymenthowto.rst @@ -10,4 +10,7 @@ Step 2: ? Step 3: Write the deployment guide and profit! -But seriously, this is a stub since we're not quite there, yet. +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 at +:ref:`hacking-howto`. diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index 914a5135..46288882 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -60,7 +60,7 @@ requirements:: On Fedora:: yum install mongodb-server python-paste-deploy python-paste-script \ - git-core python python-devel + git-core python python-devel python-lxml .. YouCanHelp:: |