diff options
author | Chris Moylan <chris@chrismoylan.com> | 2011-07-10 22:45:52 -0500 |
---|---|---|
committer | Chris Moylan <chris@chrismoylan.com> | 2011-07-10 22:45:52 -0500 |
commit | 3d073d48cbf797c3da7b19670b8696d2229cce9b (patch) | |
tree | ff32c6b125ccf791d2adc70064d2f7bc7ae6ef3b /docs/hackinghowto.rst | |
parent | 9df37e8a4a9387e9ebe6690d0f18b94a31d7ae4d (diff) | |
parent | 3054e2b3cb08839aca7da2e1c5b4cce1768bf705 (diff) | |
download | mediagoblin-3d073d48cbf797c3da7b19670b8696d2229cce9b.tar.lz mediagoblin-3d073d48cbf797c3da7b19670b8696d2229cce9b.tar.xz mediagoblin-3d073d48cbf797c3da7b19670b8696d2229cce9b.zip |
Merge branch 'master' into test_submission_views_365
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r-- | docs/hackinghowto.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index 08b228f1..914a5135 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -57,6 +57,11 @@ requirements:: sudo apt-get install mongodb git-core python python-dev \ python-lxml +On Fedora:: + + yum install mongodb-server python-paste-deploy python-paste-script \ + git-core python python-devel + .. YouCanHelp:: If you have instructions for other GNU/Linux distributions to set |