This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Disclaimer: | |
# We are not actively maintaining this script. We can't assure it will work, but we'll do our best to keep it updated. | |
# Credits: | |
# Original author: https://gist.github.com/lbosque/5876697 | |
# Contributors: | |
# https://gist.github.com/andrewxhill/5884845 Mac-compatible version | |
# https://gist.github.com/kentr / http://maplight.org/ new uuid format bugfix + email notification | |
# https://gist.github.com/sanderpick/185bc819c6a80b06d1b8 allow spaces in filesnames |