Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cbh34680/al2023-remi-php

Install remi's php on al2023
https://github.com/cbh34680/al2023-remi-php

al2023 aws ec2 php56 php7 php8 remi

Last synced: about 3 hours ago
JSON representation

Install remi's php on al2023

Awesome Lists containing this project

README

        

# al2023-remi-php

Add remi repository to AWS EC2 instance Amazon Linux 2023 and install php versions 5.6, 7.x, 8.x.

install
```
# cp al2023-f34-remi34.repo /etc/yum.repos.d/
# sh al2023-remi-php-add.sh 72
```

uninstall
```
# sh al2023-remi-php-del.sh
# rm /etc/yum.repos.d/al2023-f34-remi34.repo
```

At your own risk.