Install Redis On Amazon Linux 2
- Update the system packages:
sudo yum update -y
- Install the Redis package using the Amazon Linux Extra Packages for Enterprise Linux (EPEL) repository
Install Redis On Amazon Linux 2
sudo yum update -y
| # See https://api.launchpad.net/+apidoc/devel.html#binary_package_publishing_history | |
| # See https://help.launchpad.net/API/launchpadlib | |
| from launchpadlib.launchpad import Launchpad | |
| import os | |
| USERNAME='developmentseed' | |
| PPA='mapbox' | |
| PACKAGE='tilemill' |