flipkart-incubator / Astra

Automated Security Testing For REST API's
Apache License 2.0
2.49k stars 394 forks source link

Support without Docker #107

Open Himself132 opened 4 years ago

Himself132 commented 4 years ago

When attempting to use the tool through the GUI or command line the following error message occurs despite all dependencies being run. The documentation shows that this should work but the error below occurs. Just wondering why it won't work without docker.

Astra# python astra.py Failed to connect to MongoDB.

Astra/API# python api.py Failed to connect to MongoDB.

TheCyberMonster commented 4 years ago

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