How to install mongodb on linux?

1

I'm a nuby on linux (never used it before), and I want to install mongodb on an EC2 linux instance.

I still haven't found a good article which guide how to install mongodb on an EC2 linux instance, which the data files are stored in an attached EBS.

Anyone know a good guide?

Roei

Posted 2011-09-12T06:32:39.130

Reputation: 133

Answers

1

Check out some of these links, hopefully they should point you in the right direction:

Chris Fulstow

Posted 2011-09-12T06:32:39.130

Reputation: 126

Okay, here's the things I've done: (1) Attach the EBS volume to the instance, and mount it: http://www.tuxfiles.org/linuxhelp/mounting.htm (2) Set auto mount on boot (/env/fstab): http://www.tuxfiles.org/linuxhelp/fstab.html (3) Install Mongo: http://www.mongodb.org/display/DOCS/Amazon+EC2

– Roei – 2011-09-12T10:33:23.967

0

Manu

Posted 2011-09-12T06:32:39.130

Reputation: 434