diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-29 16:54:45 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-29 16:54:45 +0200 |
commit | 547ab59c2c0477d98ece16a264e2c56f1b04a822 (patch) | |
tree | a26b14bcd105a38d9499495754a052a5ed630819 | |
parent | e865d04a1b9e838992d8795da08b5cae3f0f4b71 (diff) | |
download | hyperkitty-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-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |