Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
diaspora
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Milan
diaspora
Commits
d55c0ae5
Commit
d55c0ae5
authored
14 years ago
by
Alec Leamas
Committed by
Raphael Sofaer
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
mongodb now in Fedora repos.
parent
b1dd054f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-27
9 additions, 27 deletions
README.md
with
9 additions
and
27 deletions
README.md
+
9
−
27
View file @
d55c0ae5
...
...
@@ -115,6 +115,14 @@ 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
)
.
...
...
@@ -147,32 +155,6 @@ 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
...
...
@@ -266,7 +248,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
b
start`
. If you installed the binary manually, run
`sudo
`service mongod 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment