Skip to content

Instantly share code, notes, and snippets.

View emateu's full-sized avatar

Emiliano Mateu emateu

  • Buenos Aires
  • 11:20 (UTC -03:00)
View GitHub Profile
@emateu
emateu / install-redis.sh
Created July 17, 2016 04:55 — forked from FUT/install-redis.sh
Install Redis on EC2
1. Install Linux updates, set time zones, followed by GCC and Make
sudo yum -y update
sudo ln -sf /usr/share/zoneinfo/America/Indianapolis \
/etc/localtime
sudo yum -y install gcc make
2. Download, Untar and Make Redis 2.8 (check here http://redis.io/download)