Skip to content

Instantly share code, notes, and snippets.

@n4nagappan
Created November 18, 2014 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n4nagappan/25ebe4cea3ff090dee07 to your computer and use it in GitHub Desktop.
Save n4nagappan/25ebe4cea3ff090dee07 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install tcl8.5
cd ~
mkdir redis
cd redis
wget http://download.redis.io/releases/redis-2.8.9.tar.gz
tar xzf redis-2.8.9.tar.gz
cd redis-2.8.9
make
make test
sudo make install
cd utils
sudo ./install_server.sh
sudo service redis_6379 start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment