Skip to content

Instantly share code, notes, and snippets.

View Comersite's full-sized avatar

Comersite Comersite

View GitHub Profile
@Comersite
Comersite / aws-install-cluster-client-php-7.config
Last active March 3, 2021 10:32
AWS - Installing the ElastiCache Cluster Client for PHP 7.0
files:
"/home/ec2-user/install-cluster-client.sh":
mode: "000744"
owner: root
group: root
content: |
#!/bin/bash
#hide old ini
if [ -a /etc/php.d/50-memcached.ini ]
then