Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 296 Bytes

INSTALL_AND_USAGE.md

File metadata and controls

15 lines (10 loc) · 296 Bytes

Install

Local

Mongo

For Mongo to work with multiple replicas on MacOs or linux systems you have to add the following lines of code to /etc/hosts:

127.0.0.1       mongo1
127.0.0.1       mongo2 
127.0.0.1       mongo3

From what we know on Windows, it works out-of-the-box.