diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-06 22:29:12 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-06 22:29:12 -0500 |
commit | 983e11f09ee1c0801b646299b352c35291c5f674 (patch) | |
tree | f98463586cc1ab2ba25be9f7760b4e5c5e4f4423 /docs/hackinghowto.rst | |
parent | 5ed4722de8106a512a4faacfedaae7b8eda7260b (diff) | |
download | mediagoblin-983e11f09ee1c0801b646299b352c35291c5f674.tar.lz mediagoblin-983e11f09ee1c0801b646299b352c35291c5f674.tar.xz mediagoblin-983e11f09ee1c0801b646299b352c35291c5f674.zip |
Instructions for installing MediaGoblin on Fedora
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 |