Skip to content

Instantly share code, notes, and snippets.

View PopPio's full-sized avatar

Suwichapol Jinnawong PopPio

  • Bangkok, Thailand
View GitHub Profile
# Install linux update, followed by GCC and Make
sudo yum -y update
sudo yum install -y gcc make
# Install Nginx and PHP-FPM
sudo yum install -y nginx php-fpm
# Install PHP extensions
sudo yum install -y php-devel php-mysql php-pdo \
php-pear php-mbstring php-cli php-odbc \