NREL / api-umbrella

Open source API management platform
http://apiumbrella.io
MIT License
2.01k stars 325 forks source link

Multiserver Document Clarification #294

Closed djphan closed 7 years ago

djphan commented 7 years ago

Hi,

I'm investigating the use of Umbrella API on a multi server setup. I followed the docs per: http://api-umbrella.readthedocs.io/en/latest/server/multi-server.html and observed that:

  1. When I only configure the changes in the .yml file the application web UI breaks and
  2. Through some help the replica set for the MongoDB is not created through the yml file.

I was able to solve my issue by initializing and creating the replica set manually in Mongo to conform to the standards listed on the doc.

I was wondering if this is expected (to manually configure Mongo) or did I miss a step in this setup that API-Umbrella should handle?

Thanks!

GUI commented 7 years ago

Sorry for the belated response. But what you did sounds correct--you'll still need to do the normal Mongo replica set procedure. I've updated the docs to hopefully clarify this and link to the more detailed MongoDB docs on this procedure.