Skip to content

Instantly share code, notes, and snippets.

View apiguy's full-sized avatar

Freedom Dumlao apiguy

View GitHub Profile
#!/bin/bash
###############################################
# To use:
# https://raw.github.com/gist/2776351/???
# chmod 777 install_postgresql.sh
# ./install_postgresql.sh
###############################################
echo "*****************************************"
echo " Installing PostgreSQL"
echo "*****************************************"
#!/bin/bash
redis_version=2.6.13
# 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/apiguy/5669466/raw/952b5221f46db37d1cda8fb04c6a23356b9c6338/install-redis.sh
# chmod +x install-redis.sh
# ./install-redis.sh