aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-11 20:31:45 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-11 20:31:45 -0500
commit50dd725c585b080bf691dca4f63bbe987bd2861a (patch)
treee5009438160834e7150d803773ac2c4db37b6c49
parent39c6b2bdc601c60dd3cf1acacf795fec721224ca (diff)
parent6d27a5cf637665be5228b6d74e7bbea5a272e688 (diff)
downloadmediagoblin-50dd725c585b080bf691dca4f63bbe987bd2861a.tar.lz
mediagoblin-50dd725c585b080bf691dca4f63bbe987bd2861a.tar.xz
mediagoblin-50dd725c585b080bf691dca4f63bbe987bd2861a.zip
Merge remote branch 'remotes/osamak/master'
-rw-r--r--docs/deploymenthowto.rst5
-rw-r--r--docs/hackinghowto.rst2
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::