From 547ab59c2c0477d98ece16a264e2c56f1b04a822 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 29 Mar 2012 16:54:45 +0200 Subject: Adjust the README file - pymongo is needed in the virtualenv - Fix typo in the bzr branch command --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 2d825d2..945d6ac 100644 --- a/README +++ b/README @@ -34,16 +34,17 @@ source bin/activate # Install django and dependencies easy_install django easy_install bunch +easy_install pymongo easy_install urlgrabber easy_install djangorestframework # Install pymongo and the mongodb database -sudo yum install -y pymongo mongodb-server +sudo yum install mongodb-server # Start the mongo database sudo service mongod start # retrieve the sources there: -bzr branch bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/mongodb +bzr branch bzr://bzr.fedorahosted.org/bzr/hyperkitty/mongodb # Start it cd mongodb -- cgit