Last active
December 19, 2015 10:59
-
-
Save jonathancg90/5944237 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) sudo apt-get install mongodb mongodb-clients mongodb-server | |
2) sudo service mongodb start | |
3) Consola mongo: | |
mongo | |
4) Salir | |
ctrl c | |
5) Añadir al inicio: | |
sudo update -rc.d mongodb defaults | |
6) entrar interfaz grafica | |
localhost:28017 | |
*) npm install mongodb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment