Last active
March 11, 2022 06:49
-
-
Save KeithP/08b38189372b7fd241e5 to your computer and use it in GitHub Desktop.
install redis on AWS EC2
This file contains 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
packages: | |
yum: | |
gcc-c++: [] | |
make: [] | |
git: [] | |
commands: | |
redis_script_01: | |
command: wget https://raw.github.com/KeithP/install-redis-amazon-linux-centos/master/redis-install-script.sh | |
redis_script_02: | |
command: chmod 777 redis-install-script.sh | |
redis_script_03: | |
command: ./redis-install-script.sh | |
redis_server_start: | |
command: service redis-server start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment