Skip to content

Instantly share code, notes, and snippets.

View kent013's full-sized avatar

ISHITOYA Kentaro kent013

View GitHub Profile
sudo amazon-linux-extras install epel
sudo yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
sudo amazon-linux-extras install postgresql14
sudo yum -y install libxslt httpd-mmn libXpm libraqm gd3php ncurses-compat-libs
sudo yum -y install php php-cli php-common php-gd php-mbstring php-mysqlnd php-pdo php-pecl-zip php-xml php-pgsql php-pecl-redis --enablerepo=epel,remi,remi-php82 --disablerepo=amzn2-core,amzn2extra-php8.0
sudo yum -y install redhat-indexhtml gperftools-libs
sudo yum -y install nginx php-fpm --enablerepo=epel,remi,remi-php82 --disablerepo=amzn2-core,amzn2extra-php8.0