summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-03-29 16:54:45 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-03-29 16:54:45 +0200
commit547ab59c2c0477d98ece16a264e2c56f1b04a822 (patch)
treea26b14bcd105a38d9499495754a052a5ed630819
parente865d04a1b9e838992d8795da08b5cae3f0f4b71 (diff)
downloadhyperkitty-547ab59c2c0477d98ece16a264e2c56f1b04a822.tar.gz
hyperkitty-547ab59c2c0477d98ece16a264e2c56f1b04a822.tar.xz
hyperkitty-547ab59c2c0477d98ece16a264e2c56f1b04a822.zip
Adjust the README file
- pymongo is needed in the virtualenv - Fix typo in the bzr branch command
-rw-r--r--README5
1 files 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