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

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

Updated Branches:
  refs/heads/tv/3854 2d3c97f95 -> b20fa8e46


[#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/b20fa8e4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/b20fa8e4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/b20fa8e4

Branch: refs/heads/tv/3854
Commit: b20fa8e46cb33578e47a5771cfeec4e9c2a05fa7
Parents: 2d3c97f
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Tue Apr 30 17:00:39 2013 -0400
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Tue Apr 30 17:00:39 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/b20fa8e4/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.