Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael <raphael@joindiaspora.com>2010-09-23 23:21:05 +0400
committerRaphael <raphael@joindiaspora.com>2010-09-23 23:21:05 +0400
commit3381c46050c228ca90b90f9a129a8a8d9239158e (patch)
tree4ac2eb61b2780099a5d0ba2979e344fd41b45f58 /README.md
parentcfe019d7a9b4069c1f472b89fc2b291d7c26074f (diff)
Revert "mongodb now in Fedora repos."
This reverts commit d55c0ae5511d5839fe1abb27dc470370f87c4d4c.
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 27 insertions, 9 deletions
diff --git a/README.md b/README.md
index d215f5e98..0d5cee400 100644
--- a/README.md
+++ b/README.md
@@ -115,14 +115,6 @@ If you're on **Mac OS X**, you already have Ruby on your system. Yay!
### MongoDB
-To install MongoDB on **Fedora**, use the official repositories
-
- sudo yum install mongodb-server
-
-Ensure that the server is started at system reboot:
-
- sudo chkconfig mongod on
-
To install MongoDB on **Ubuntu**, add the official MongoDB repository
[here](http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages).
@@ -155,6 +147,32 @@ Then run:
sudo chmod -Rv 777 /data/
+To install MongoDB on a x86_64 **Fedora** system, add the official MongoDB
+repository from MongoDB
+(http://www.mongodb.org/display/DOCS/CentOS+and+Fedora+Packages) into
+/etc/yum.repos.d/10gen.repo:
+
+ [10gen]
+ name=10gen Repository
+ baseurl=http://downloads.mongodb.org/distros/fedora/13/os/x86_64/
+ gpgcheck=0
+ enabled=1
+
+Then use yum to install the packages:
+
+ sudo yum install mongo-stable mongo-stable-server
+
+If you're running a 32-bit system, run `wget
+http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.6.2.tgz`. If you're
+running a 64-bit system, run `wget
+http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-1.6.2.tgz`.
+
+ # extract
+ tar xzf mongodb-linux-i686-1.4.0.tgz
+ # create the required data directory
+ sudo mkdir -p /data/db
+ sudo chmod -Rv 777 /data/
+
To install MongoDB on **Mac OS X**, run the following:
brew install mongo
@@ -248,7 +266,7 @@ run `service mongodb start`). If you installed the binary manually, run `sudo
mongod` from where mongo is installed to start mongo.
If you installed the Fedora package, MongoDB will need to be started via
-`service mongod start`. If you installed the binary manually, run `sudo
+`service mongodb start`. If you installed the binary manually, run `sudo
mongod` from where Mongo is installed to start Mongo.
If you installed the OsX package through "brew", MongoDB will need to be