Created
August 2, 2013 17:13
-
-
Save yeukhon/6141609 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
| usename and password | |
| vagrant | |
| vagrant | |
| ifconfig probably will give you 192.168.33.50 | |
| mongo | |
| use minion | |
| show collections should show nothing | |
| exit | |
| benv | |
| minion-db-init | |
| 3 questions answered | |
| mongo | |
| use minion | |
| show collections should show a few | |
| db.users.find().pretty() | |
| if still doesn't show, something isn't right.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment