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

Using it as a webapp? #44

Closed
dpacmittal opened this issue Apr 5, 2016 · 1 comment
Closed

Using it as a webapp? #44

dpacmittal opened this issue Apr 5, 2016 · 1 comment

Comments

@dpacmittal
Copy link

Is it possible to use mongoclient as a webapp for administration and monitoring of DB on the server? I find this far better than mongo-express but I'm not sure if it can be used through chrome.

@rsercano
Copy link
Member

rsercano commented Apr 5, 2016

Yes, it's absolutely possible to use mongoclient as web application. You can examine the wiki section Compile From Source

To summarize:

  1. Install MeteorJS (It supports all platforms)
  2. Download latest source of Mongoclient
  3. Unzip and navigate into mongoclient-master
  4. Execute command meteor --port 3000 (Port is optional)
  5. Navigate localhost:3000 from your browser

Everything should work, thanks for your opinions :)

@rsercano rsercano closed this as completed Apr 5, 2016
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

No branches or pull requests

2 participants