Skip to content

Instantly share code, notes, and snippets.

View sithuaung's full-sized avatar
🙃

Si Thu Aung sithuaung

🙃
View GitHub Profile
@sithuaung
sithuaung / install-php-7.sh
Created May 15, 2018 03:24 — forked from mavieth/install-php-7.sh
Upgrade from PHP 5.X.X to PHP 7 on an AWS EC2 Linux Server
#!/bin/bash
echo "==============================="
echo "Installing PHP 7"
echo "==============================="
sudo yum install php70
echo "==============================="
echo "Installing PHP 7 additional commonly used php packages"
echo "==============================="