Tag: Server

Installing a Package

Update existing software packages 1sudo yum update -y Add program repo 1sudo wget -O /etc/yum.repos.d/[program].repo [repo address] Import key file from the repository 1sudo rpm --import [key addre

Symfony on AWS Linux

This is a step by step write up for how to prepare your AWS Linux server environment for Symfony. Get your EC2 instance with AWS Linux. I set everything default so that I can enjoy Free Tier. I stron

NGINX and PHP Settings

NGINX by itself does not provide PHP support. In order to make it work smoothly with PHP, additional implementation, which is PHP-FPM. When first installed NGINX, begin with installing php and php-fpm