-
-
Save canering/281a769d7bcdbe1cefefe2f5f0a95e61 to your computer and use it in GitHub Desktop.
Install Brew into your home directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
mkdir homebrew && curl -L https://github.com/Homebrew/homebrew/tarball/master | tar xz --strip 1 -C homebrew | |
# Add the following to your .bash_profile | |
export PATH=$HOME/homebrew/bin:$PATH | |
sudo ln -s ~/homebrew/include/ /usr/local/include | |
sudo cp ~/homebrew/lib/lib* /usr/local/lib/ | |
brew install redis | |
redis-cli | |
docker start | |
docker login |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment