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

Enhancement: document or automate local mongodb for local development #12

Open
osteele opened this issue May 7, 2017 · 0 comments
Open

Comments

@osteele
Copy link

osteele commented May 7, 2017

On macOS running Homebrew, MongoDB can be installed by running brew install mongodb, and then following the instructions to start the instance. On Ubuntu, follow these instructions to install and run a local instance.

Then export MONGODB_URI=mongodb://localhost:27017/.

Robomongo is a good cross-platform MongoDB GUI, that you can use for both local and remote development.

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

1 participant