Skip to content

Installation script to setup Redis as a service on Amazon Linux AMI and CentOS distributions.

Notifications You must be signed in to change notification settings

JorgeRdg/install-redis-amazon-linux-centos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

This is a modification of the original Saxenap's script, optimized for automatic deployment scripts.
It performs an installation of Redis 2.6.4 as a service on Amazon Elastic Beanstalk instances. It may probably fit other purposes as well. Just check out 'redis-install-script.sh' file ;)

Note: Please make sure you have superuser privileges

Usage:
----
1. wget https://raw.github.com/jorgerc/install-redis-amazon-linux-centos/master/redis-install-script.sh
2. chmod 777 redis-install-script.sh
3. ./redis-install-script.sh

References:
https://github.com/saxenap/install-redis-amazon-linux-centos
http://www.codingsteps.com/install-redis-2-6-on-amazon-ec2-linux-ami-or-centos/
https://raw.github.com/gist/257849/9f1e627e0b7dbe68882fa2b7bdb1b2b263522004/redis-server
https://raw.github.com/gist/2776679/c131c0548e7cd2ece85edfb8bea70575586147c7/install-redis.sh

About

Installation script to setup Redis as a service on Amazon Linux AMI and CentOS distributions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%