Skip to content

Instantly share code, notes, and snippets.

@kent013
Last active February 21, 2023 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kent013/380a5c2c3583ec20522fd0905f616d3c to your computer and use it in GitHub Desktop.
Save kent013/380a5c2c3583ec20522fd0905f616d3c to your computer and use it in GitHub Desktop.
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
@kent013
Copy link
Author

kent013 commented Feb 21, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment