Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Sequel Pro

FIRST:

$ vagrant ssh $ ssh [email protected]

if already use, remove key from ~/.ssh/known_hosts

then use

name: Tapioca DEV mySQL host: 127.0.0.1 username: vagrant password: vagrant sshHost: tapioca.dev ssh user: vagrant ssh key: .vagrant/machines/default/virtualbox/private_key

Test Mongo

$ mongo
$ use sandbox
$ db.stuff.insert( { item: "card", qty: 15 } )