mongolab / mongoctl

Manage MongoDB servers and replica sets using JSON configurations!
MIT License
178 stars 25 forks source link

easy_install mongoctl doesn't generate default config #13

Closed niallo closed 9 years ago

niallo commented 10 years ago

Since pip install failed on my OS X machine (see #12) I tried sudo easy_install mongoctl - which succeeds. However, it doesn't seem to generate a default ~/.mongoctl/mongoctl.config file:

mongoctl connect mongodb://URL
ERROR: Config file /Users/niallo/.mongoctl/mongoctl.config does not exist.

My suggestion would be to have mongoctl generate or use the default config at runtime, instead of relying on the presence of on-disk file.

abdulito commented 10 years ago

Hi Nial,

Thanks for reporting this. Let me look more into this and i'll keep you posted.

Cheers!

-abdul

abdulito commented 9 years ago

unfortunately we install is only supported by using pip and we don't intend of supporting easy_install. Thanks