-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sathish Thyagarajan edited this page Jul 16, 2018
·
3 revisions
- Login to Ubuntu instance using SSH/Putty
- Run Updates:
- sudo apt update
- sudo apt-get install build-essential tcl
- Download and Install Redis OSS
- cd /usr/local/src
- sudo wget http://download.redis.io/releases/redis-3.2.12.tar.gz
- sudo tar xzf redis-3.2.12.tar.gz
- sudo Make