You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/05/10 23:01:05 UTC

[10/11] git commit: [#3854] Add instructions for installing MongoDB 2.2.3

[#3854] Add instructions for installing MongoDB 2.2.3

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/8a76480b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/8a76480b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/8a76480b

Branch: refs/heads/master
Commit: 8a76480b40196da5d4d37ceb93b688f652ae5479
Parents: b93f82e
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Tue Apr 30 17:00:39 2013 -0400
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Fri May 10 20:34:01 2013 +0000

----------------------------------------------------------------------
 README.markdown |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/8a76480b/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 70c2ba4..0bf5187 100644
--- a/README.markdown
+++ b/README.markdown
@@ -36,16 +36,18 @@ We'll use [VirtualBox](http://www.virtualbox.org) and [Ubuntu 12.04](http://ubun
 
 Before we begin, you'll need to install some system packages.  [Use google if you need additional PIL/jpeg help.](http://www.google.com/search?q=ubuntu+pil+jpeg+virtualenv)
 
-    ~$ sudo aptitude install mongodb-server git-core default-jre-headless python-dev libssl-dev libldap2-dev libsasl2-dev libjpeg8-dev zlib1g-dev
+    ~$ sudo aptitude install git-core default-jre-headless python-dev libssl-dev libldap2-dev libsasl2-dev libjpeg8-dev zlib1g-dev
     ~$ sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib
     ~$ sudo ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib
 
+To install MongoDB 2.2.3, follow the instructions here:
+
+   <http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/>
+
 Optional, for SVN support:
 
     ~$ sudo aptitude install subversion python-svn
 
-If you are using a different base system, make sure you have Mongo 1.8 or better.  If you need to upgrade, you can download the latest from <http://www.mongodb.org/downloads>
-
 ## Setting up a virtual python environment
 
 The first step to installing the Allura platform is installing a virtual environment via `virtualenv`.  This helps keep our distribution python installation clean.