From 983e11f09ee1c0801b646299b352c35291c5f674 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 6 Jul 2011 22:29:12 -0500 Subject: [PATCH] Instructions for installing MediaGoblin on Fedora --- docs/hackinghowto.rst | 5 +++++ 1 file changed, 5 insertions(+) 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