Skip to content

Instantly share code, notes, and snippets.

View doctortheisen's full-sized avatar

B. Theisen doctortheisen

  • Southern California, USA
  • 07:34 (UTC -07:00)
View GitHub Profile
@doctortheisen
doctortheisen / install-php-7.sh
Created December 16, 2017 01:50 — 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 "==============================="