You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Opmantek Setup for MongoDB

The following commands get MongoDB running (before doing this make sure to consider how much data you plan to store.  Each application has different needs and how you plan to use the application will have an enormous impact on the space required by the database).  The last command here starts MongoDB, the first time it runs it can take some time to do its pre-allocation of database and journal files.  This will depend on the performance of your storage.

# as root
cp /usr/local/opmantek/install/mongod.init.d /etc/init.d/mongod
chkconfig mongod on
service mongod start  
  • No labels