Skip to content

Instantly share code, notes, and snippets.

@speier
Created July 11, 2013 09:32
Show Gist options
  • Save speier/5974014 to your computer and use it in GitHub Desktop.
Save speier/5974014 to your computer and use it in GitHub Desktop.
install redis-server via ppa
1. apt-get install software-properties-common
2. add-apt-repository ppa:chris-lea/redis-server
3. apt-get update
4. apt-get install redis-server
@speier
Copy link
Author

speier commented Jul 11, 2013

service redis-server restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment