Skip to content

Instantly share code, notes, and snippets.

View jovinbm's full-sized avatar

Jovin Mwilanga jovinbm

View GitHub Profile
@jovinbm
jovinbm / install-redis.sh
Created March 6, 2016 18:34 — forked from four43/install-redis.sh
Install Redis
#!/bin/bash
# from here: http://www.codingsteps.com/install-redis-2-6-on-amazon-ec2-linux-ami-or-centos/
# and here: https://raw.github.com/gist/257849/9f1e627e0b7dbe68882fa2b7bdb1b2b263522004/redis-server
###############################################
# To use:
# wget https://gist.github.com/four43/e00d01ca084c5972f229/raw/install-redis.sh
# chmod 777 install-redis.sh
# ./install-redis.sh
###############################################
echo "*****************************************"