Skip to content

Instantly share code, notes, and snippets.

@cupnoodle
Last active May 6, 2020 05:04
Show Gist options
  • Save cupnoodle/c42c07b6b894772eac76e787a0160eaa to your computer and use it in GitHub Desktop.
Save cupnoodle/c42c07b6b894772eac76e787a0160eaa to your computer and use it in GitHub Desktop.
Install Ruby using Rbenv homebrew ssl
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -license accept
brew install openssl
RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl)" rbenv install 2.6.5
brew install postgresql
brew services start postgresql
brew install redis
brew services start redis
brew install imagemagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment