plan-net / core4

Develop, Operate and Collaborate on Data and Analytics
Mozilla Public License 2.0
9 stars 14 forks source link

MongoDB setup with local_setup.py has to be done differently for Appliance users #259

Open sanikamnjoshi opened 2 years ago

sanikamnjoshi commented 2 years ago

On machines which have the appliance installed on them, the local MongoDB setup already requires authentication with 'core' and '654321' as the username and password respectively. The way the README is currently written, it does not make this clear. This can result in people picking the defaults when they run python local_setup.py, i.e., they will do the following:

authentication required [no]: *presses return*

This results in an error because MongoDB expects authentication. The local_setup.py script thus fails.

To avoid this, the current README needs to be edited.