Skip to content

Instantly share code, notes, and snippets.

View helloworldtang's full-sized avatar
🎯
Focusing

Jackie Tang helloworldtang

🎯
Focusing
View GitHub Profile
@helloworldtang
helloworldtang / install-redis.sh
Created December 22, 2016 03:15 — 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)