Skip to content
Sathish Thyagarajan edited this page Jul 16, 2018 · 3 revisions

Redislab Exercise: Step by step

I. First task was to install and configure Redis OSS on a Ubuntu instance running on AWS

  1. Login to Ubuntu instance using SSH/Putty
  2. Run Updates:
  • sudo apt update
  • sudo apt-get install build-essential tcl
  1. Download and Install Redis OSS
  1. sudo Make