allura
Révision | a176558c2a0ce9f75d8c5aa6568460d4f4ddbbe5 (tree) |
---|---|
l'heure | 2012-03-18 03:11:36 |
Auteur | Dave Brondsema <dbrondsema@geek...> |
Commiter | Dave Brondsema |
Merge branch 'db/3874' of engr.geek.net:forge into db/3874
@@ -30,6 +30,8 @@ And finally our document-oriented database, MongoDB | ||
30 | 30 | |
31 | 31 | ~$ sudo aptitude install mongodb-server |
32 | 32 | |
33 | +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> | |
34 | + | |
33 | 35 | ## Setting up a virtual python environment |
34 | 36 | |
35 | 37 | The first step to installing the Forge platform is installing a virtual environment via `virtualenv`. This helps keep our distribution python installation clean. |