homebrew
Install Commandline Tools
xcode-select –install
Install Homebrew
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
Check Installation
brew doctor
Install brew services
brew tap homebrew/services
Update Brew and Packages if allready installed
brew update && brew upgrade
Setup Environment
sudo nano ~/.bash_profile
Add following lines
## # Homebrew ## export PATH="/usr/local/bin:$PATH" export PATH="/usr/local/sbin:$PATH"
실행 중인 서비스 확인
|➜ brew services list
Name Status User Plist mysql stopped nginx started onesixx /Users/onesixx/Library/LaunchAgents/homebrew.mxcl.nginx.plist postgresql stopped