Last active
July 17, 2024 14:17
-
-
Save kent013/380a5c2c3583ec20522fd0905f616d3c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update openssh to use deployer 7.x
https://gist.github.com/roommen/18cd78d07b0fbc962de4e79c1d468f92