Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Information on how to connect to db on server #64

Closed
BasilPH opened this issue May 20, 2014 · 3 comments · Fixed by #65
Closed

Information on how to connect to db on server #64

BasilPH opened this issue May 20, 2014 · 3 comments · Fixed by #65

Comments

@BasilPH
Copy link
Contributor

BasilPH commented May 20, 2014

I used meteor up to deploy my meteor app on a server, and it works flawlessly.
I would now like to connect to this database on the server, but for this I need to know the mongodb url. I can't figure out what port, username and password to use. Any ideas on how I could get those?

@arunoda
Copy link
Owner

arunoda commented May 20, 2014

Actually, you can't login into the mongo from the outside of the server.
You need to login to the server and do it.
There is no authentication and that's why Mup does not allow login from
outside.

Once you logged in, you can connect to the db with "mongo meteor"


Arunoda Susiripala
I curate Meteor Weekly - Check it
out!http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

On Tue, May 20, 2014 at 12:06 PM, Basil Philipp notifications@github.comwrote:

I used meteor up to deploy my meteor app on a server, and it works
flawlessly.
I would now like to connect to this database on the server, but for this I
need to know the mongodb url. I can't figure out what port, username and
password to use. Any ideas on how I could get those?


Reply to this email directly or view it on GitHubhttps://github.com/zodern/meteor-up/issues/64
.

@BasilPH
Copy link
Contributor Author

BasilPH commented May 20, 2014

Thanks, that makes sense. I think this would be nice information to have in the README. Should I make you a pull request for this?

@arunoda
Copy link
Owner

arunoda commented May 20, 2014

Sure. Please do it :)


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Tue, May 20, 2014 at 12:31 PM, Basil Philipp notifications@github.comwrote:

Thanks, that makes sense. I think this would be nice information to have
in the README. Should I make you a pull request for this?


Reply to this email directly or view it on GitHubhttps://github.com/zodern/meteor-up/issues/64#issuecomment-43592406
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants