flipkart-incubator/Astra

Failed to connect to MongoDB

Arkanyus opened this issue · 5 comments

Hi,

Have installed all the necessary modules but when i try to run Astra i get a mongodb fail.
Anyone know what could be causing this?

Kali_Version
Failed to Connect to MongoDB

I got the same problem!

i got the same error

Firstly try using 'sudo systemctl start docker.service' then next to that run 'sudo systemctl status docker' and then connect MongoDB

So, is this not usable outside of a docker container? The installation documentation shows you can just install dependencies and run it, is there a way to get the mongodb that is necessary setup in Kali without using docker?

This error occurs because In your pc mongoDB is not installed. make sure mongoDB is installed and running

link for installing the mongoDB https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/
once you install the mongoDB and run it the setup works fine