Skip to content

Instantly share code, notes, and snippets.

@willishq
Last active April 27, 2016 20:47
Show Gist options
  • Save willishq/7dd20bb828543a32372ae97c6d45f96f to your computer and use it in GitHub Desktop.
Save willishq/7dd20bb828543a32372ae97c6d45f96f to your computer and use it in GitHub Desktop.
Adding Redis-geo to homestead
sudo apt-get remove redis-server -y
mkdir -p ~/repos
cd ~/repos
git clone https://github.com/antirez/redis
git checkout tags/3.2.0-rc3 
make
sudo make install
sudo ./utils/install_server.sh
cd ../..
rm -rf repos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment