Easy way to run MongoDB? #852
-
Is there an easy way to get a MongoDB server up and going? for someone who does not want to learn MongoDB and just wants to run the app locally, and does not want to put their personal data in somebody's cloud. I'd also rather not use Docker, since the last time I ran it, my system became extremely unstable and I ended up having to reinstall Windows. (yeah.) I tried the Windows installer, and figured out how to create a database, but couldn't get a connection. I'm using WSL 2 and also tried using The error I get is
Is there a MongoDB substitute that's easier to install that just saves things in a SQLite db or something? I really don't need cloud scale or anything fancy, I just want to run the app locally. Damn you, mongo! 😖 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Yes in short, mongodb atlas. Free and remote and works well with the project. I can see if anyone did a write up for setting it up |
Beta Was this translation helpful? Give feedback.
-
Yup, there is a write-up that will be useful for you! https://docs.librechat.ai/install/mongodb.html#create-an-account |
Beta Was this translation helpful? Give feedback.
-
I hopped in and fixed for someone just drive-by testing this, or for non-developers and end-users who just want a local install, there's really no reason why any of this should require more than a simple command like the package has an API as well, by the way - I mean, wouldn't it be nice if you could literally just clone the repo and launch the whole thing with I could even see turning this into a one-click install with electron or something? for the completely clueless 😅 |
Beta Was this translation helpful? Give feedback.
Yup, there is a write-up that will be useful for you! https://docs.librechat.ai/install/mongodb.html#create-an-account