brew install mysql
Set up launchctl to auto start mysql
$ ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
/usr/local/opt/mysql/
is a symlink to /usr/local/Cellar/mysql/x.y.z
(e.g., 5.6.16
)
Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.
Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream