Skip to content

Instantly share code, notes, and snippets.

@lorinbeer
Created April 23, 2019 17:45
Show Gist options
  • Save lorinbeer/b014521edecda794bf048bb176c54fea to your computer and use it in GitHub Desktop.
Save lorinbeer/b014521edecda794bf048bb176c54fea to your computer and use it in GitHub Desktop.
basic system utilities and services
# install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
# install brew services
brew install elasticsearch
brew install postgresql
brew install redis
brew install zookeeper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment