Skip to content

Commit 228f21e

Browse files
committed
Update php info/instructions and redirect
1 parent 2360b0b commit 228f21e

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

docs/.vuepress/routes.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"/endless-lifecycle-support-for-languages/": "/els-for-languages/",
77
"/endless-lifecycle-support-for-languages": "/els-for-languages",
88
"/endless-lifecycle-support": "/els-for-os",
9-
"/endless-lifecycle-support/": "/els-for-os/"
9+
"/endless-lifecycle-support/": "/els-for-os/",
10+
"/els-for-languages/#installation-instructions-of-yum-repositories": "/els-for-languages/#installation-instructions-for-linux",
11+
"/els-for-languages/#rhel-based-systems": "/els-for-languages/#rpm-based-systems",
12+
"/els-for-languages/#ubuntu": "/els-for-languages/#deb-based-systems"
1013
}

docs/els-for-languages/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ Endless Lifecycle Support (ELS) for PHP from TuxCare provides security fixes for
1414

1515
### Supported OS
1616

17-
TuxCare provides Endless Lifecycle Support through four years after the EOL date.
18-
1917
| OS | Version |
2018
| :-----------------------------------: | :----------------------------------------------: |
2119
| CentOS, CloudLinux, OracleLinux, etc. | 6.x 64-bit, 7.x 64-bit, 8.x 64-bit, 9.x 64-bit |
2220
| AlmaLinux | 8.x 64-bit, 9.x 64-bit |
2321
| Ubuntu | 16.04 64-bit, 18.04 64-bit, 20.04 64-bit, 22.04 64-bit|
2422
| Debian | 10, 11, 12 |
2523
| Windows | Windows Server 2019, 2022, 2025 |
24+
2625
Other distros upon request.
2726

2827

@@ -49,20 +48,20 @@ TuxCare will make commercially reasonable efforts to adhere to the following gui
4948
- **Low-severity CVEs:** Patches provided within 90 days
5049
- TuxCare may offer a mitigation strategy as an alternative to a direct code fix.
5150

52-
### Installation instructions of yum repositories
51+
### Installation Instructions for Linux
5352

54-
#### RHEL based systems
53+
#### RPM-based Systems
5554

5655
1. Download an installer script:
5756

5857
```
59-
wget https://repo.cloudlinux.com/php-els/install-php-els-repo.sh
58+
wget https://repo.cloudlinux.com/php-els/install-php-els-rpm-repo.sh
6059
```
6160

6261
2. Run the installer script with keys. The installation script registers the server in the CLN with the key, adds the yum repository, and adds a PGP key to the server.
6362

6463
```
65-
sh install-php-els-repo.sh --license-key XXX-XXXXXXXXXXXX
64+
sh install-php-els-rpm-repo.sh --license-key XXX-XXXXXXXXXXXX
6665
```
6766

6867
3. Verify that the installation was successful.
@@ -101,18 +100,18 @@ yum install alt-php73*
101100
yum groupinstall alt-php
102101
```
103102

104-
#### Ubuntu
103+
#### DEB-based Systems
105104

106105
1. Download an installer script:
107106

108107
```
109-
wget https://repo.cloudlinux.com/php-els/install-php-els-ubuntu-repo.sh
108+
wget https://repo.cloudlinux.com/php-els/install-php-els-deb-repo.sh
110109
```
111110

112111
2. Run the installer script with keys:
113112

114113
```
115-
bash install-php-els-ubuntu-repo.sh --license-key XXX-XXXXXXXXXXXX
114+
bash install-php-els-deb-repo.sh --license-key XXX-XXXXXXXXXXXX
116115
```
117116

118117
3. To ensure the installation has been completed successfully, run the following command. It should return the info about an available package. If information about the package will be available, it would mean that installation was successful. After that, updates will be available for installation from the repository using the usual apt upgrade command.

0 commit comments

Comments
 (0)