READY/IN DEVELOPMENT/HOLD
YES | NO
A few sentences describing the overall goals of the pull request's commits.
| version: 0.1 | |
| phases: | |
| install: | |
| commands: | |
| - printenv | |
| - npm install | |
| build: | |
| commands: | |
| - npm run build |
| var EventEmitter = require('events').EventEmitter; | |
| module.exports = new EventEmitter(); | |
| exports.emitSomethingLater = function() | |
| setTimeout(function() { | |
| module.exports.emit('something'); | |
| }, 1000); | |
| } |
This procedure explains how to install MySQL using Homebrew on macOS Sierra 10.12
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :