Skip to content

Instantly share code, notes, and snippets.

View jmaciasluque's full-sized avatar

Juan Macias jmaciasluque

View GitHub Profile
#!/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:
# curl https://gist.githubusercontent.com/jmaciasluque/3f15df1249c35bd1d1e9/raw/88540b9d8c45b860d13b9f42193136cee9321690/install-redis.sh > install-redis.sh
# chmod 777 install-redis.sh
# ./install-redis.sh
###############################################
echo "*****************************************"