Skip to content

Instantly share code, notes, and snippets.

@simonw
Created August 30, 2010 14:25
Show Gist options
  • Save simonw/557479 to your computer and use it in GitHub Desktop.
Save simonw/557479 to your computer and use it in GitHub Desktop.
Installing Redis 2.0.0 on an Ubuntu server
wget http://mirrors.kernel.org/ubuntu/pool/universe/r/redis/redis-server_2.0.0~rc2-1_i386.deb
sudo dpkg -i redis-server_2.0.0~rc2-1_i386.deb
@simonw
Copy link
Author

simonw commented Aug 30, 2010

I got the URL of the deb file from http://packages.ubuntu.com/maverick/redis-server

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