Skip to content

Instantly share code, notes, and snippets.

@plasticut
Last active August 29, 2015 14:12
Show Gist options
  • Save plasticut/e6b917f42d5e0feddbd9 to your computer and use it in GitHub Desktop.
Save plasticut/e6b917f42d5e0feddbd9 to your computer and use it in GitHub Desktop.
Redis server instalation via ppa on ubuntu
sudo add-apt-repository ppa:chris-lea/redis-server
sudo apt-get update
sudo apt-get install redis-server
sudo sed -i 's/^bind 127.0.0.1/bind <% your private network ip %>/g' /etc/redis/redis.conf
sudo service redis-server restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment