Thalasar Ventures

MongoDB Tutorial | Installing MongoDB On Debian Or Ubuntu Linux

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.

20 Responses to “MongoDB Tutorial | Installing MongoDB On Debian Or Ubuntu Linux”

  1. Joshua Lee says:

    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.

  2. O'Reilly - Video Training says:
  3. Red Love Show says:

    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?

  4. Bittu Joju says:

    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?

  5. Ariful Haque says:

    ‘show dbs’ does not work with my machine.
    What is the problem??

  6. William Lin says:

    enabling http interface ???? How, this problem killing me, i can’t find
    any useful answer online, im gonna cry………

  7. vincent coleman says:

    im on windows 8.1 and dont have a c drive what do i do

  8. Josh N says:

    How do I get the mri mongodb file to turn into a file listing its files
    like this video uses?

  9. Sai Ram Gupta says:

    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 

  10. Nathan Senevirathne says:

    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 

  11. nilesh padwal says:

    Having problem with installation : asking enable HTTP interface ?? Help me

  12. ziad ati says:

    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

  13. Mani Kandan says:

    Having problem with installation:
    warning : 32-bit servers don’t have journaling enabled by default. Please
    use –journal if you want durability

  14. Munisha Bhardwaj says:

    thnkuee so much for this wonderful video it helps me a lot.

  15. Harsha Vardhan says:

    Top class video. Thank you.

  16. jerry lam says:

    net start mongoDB
    The service name is invalid

  17. alox wagnor says:

    thank you

  18. ziad ati says:

    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

  19. Jaakko Kuusela says:

    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 .

  20. Frederick Wu says:

    do i have to set environmental variables to use mongod to do data & log
    folder configuration?