MongoDB Tutorial | Installing MongoDB On Debian Or Ubuntu Linux
April 1st 2015 Posted at MongoDB
20 Comments
Want all of our free MongoDB training videos? Visit our Learning Library, which features all of our training courses and tutorials at http://learn.infiniteskills.com?youtube More details on…
Video Rating: 5 / 5
Ill show you how to install and configure MongoDB on to a Windows machine.
Video Rating: 4 / 5
Both comments and pings are currently closed.
When i create a sources list part. I correctly add that but when I do the
get-apt update. It says could not find. Any suggestions? Also the error is
pertaining specifically to mongodb.
Hey quick question can you join tables oops i mean collections to get
details by some parameter on joined collection i mean the way table join
works can we do it in mongdb?
in the latest mongo db download file. we don’t have to manually copy the
files to c drive. Can someone tell me whether i should run the command he
explained in gitbash. or can I skip that part also?
‘show dbs’ does not work with my machine.
What is the problem??
enabling http interface ???? How, this problem killing me, i can’t find
any useful answer online, im gonna cry………
im on windows 8.1 and dont have a c drive what do i do
How do I get the mri mongodb file to turn into a file listing its files
like this video uses?
When I am trying to create mongodb.log file I am facing some error: “–rest
is specified without –httpinterface” and the cursor is not responding
Again thank you for this video, I have found that few bits and pieces are
bit different now..
When Brad did this video the version was different to current one. Brad did
a great job.
For whoever follows this video in Dec 2014 you need to use
echo logpath=C:mongodblogmongo.log > C:mongodbmongod.cfg
to create a configuration file for the logpath option for MongoDB in the
Command Prompt by issuing this command
And after that, to install the MongoDB service, use
C:mongodbbinmongod.exe –config C:mongodbmongod.cfg –install
To run the MongoDB service
net start MongoDB
Having problem with installation : asking enable HTTP interface ?? Help me
when i use got bash and use the command
he didn’t till me that the file is moving to log
and the text file is completly difference
what is the error
it says –rest is specified without –httpinter
Having problem with installation:
warning : 32-bit servers don’t have journaling enabled by default. Please
use –journal if you want durability
thnkuee so much for this wonderful video it helps me a lot.
Top class video. Thank you.
net start mongoDB
The service name is invalid
thank you
Trying to install Windows service ‘MongoDB’
2014-09-18T12:56:13.054+0200 There is already a service named ‘MongoDB’,
aborting
THIS is what the file say after use install
net start mongoDB // command not found
Thx for the tutorials. I got an error while running the command with
–install. I started the git bash as administrator and it worked fine .
do i have to set environmental variables to use mongod to do data & log
folder configuration?