Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases Mongo Basics Getting Started With MongoDB Setting Up MongoDB

Zach Bucek
Zach Bucek
10,798 Points

Deprecated setup method?

Hello,

I am just getting going with the Mongo Basics course. I set up a new cluster on Mongo because downloads are no longer available. I am assuming all of this video is now deprecated? Are there additional resources outside of the tutorials provided on Mongo for setup?

Thank you, Zach

5 Answers

Zach Bucek
Zach Bucek
10,798 Points

Hi Ken,

Thanks for getting back to me. It looks like in order for the video to be up to date with mongoDB's most recent menu options on its website, there should be a link to https://www.mongodb.com/download-center?jmp=nav#community for doing a local install through terminal with the homebrew method. They are pushing the cloud version Atlas, so where the downloads are is not immediately apparent.

Z

Ken Alger
Ken Alger
Treehouse Teacher

Zach;

I'll update that link in the teacher's notes.

Thanks,
Ken

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Hey Zack, what are you having struggles with in getting MongoDB setup on your system? It's been a while since I've watched that video and I think the installer from MongoDB has improved considerably since then.

Post back with more specifics and I'll watch the video in the meantime.

Ken

Hans Eisenman
Hans Eisenman
1,315 Points

When I go to that link, it redirects to Atlas product page. There doesn't seem to be a Community Edition download anymore?

Ken Alger
Ken Alger
Treehouse Teacher

Odd that the link doesn't work. If you click on the Community Server tab on that page it will take you to the server download section.

Hans Eisenman
Hans Eisenman
1,315 Points

I managed to download it. But in what environment do I install it? Do I need something like a VirtualBox VM running Windows Server 2008 R2? I've been messing around with that but things are getting complicated. #RabbitHole

Ken Alger
Ken Alger
Treehouse Teacher

I'd suggest just running the Windows installer package. I don't run it in a VM at all. As long as your system is a 64-bit system, the current release will run. For Windows that is, typically, any OS after the Windows 2008 R2 Server edition.

Hans Eisenman
Hans Eisenman
1,315 Points

Ok I'll give that a go. thank you!