You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/els-for-languages/README.md
+21-29Lines changed: 21 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -14,29 +14,17 @@
14
14
15
15
Endless Lifecycle Support (ELS) for PHP from TuxCare provides security fixes for PHP versions that have reached their end-of-life. This allows you to continue running your server vulnerability-free.
16
16
17
-
### Supported OS
18
-
19
-
TuxCare provides Endless Lifecycle Support for four years after the EOL date.
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.
65
55
66
56
```text
67
-
sh install-php-els-repo.sh --license-key XXX-XXXXXXXXXXXX
57
+
sh install-php-els-rpm-repo.sh --license-key XXX-XXXXXXXXXXXX
68
58
```
69
59
70
60
3. Verify that the installation was successful.
@@ -103,18 +93,20 @@ TuxCare will make commercially reasonable efforts to adhere to the following gui
103
93
yum groupinstall alt-php
104
94
```
105
95
106
-
#### Ubuntu
96
+
#### DEB-based Systems
107
97
108
-
1. Download the installer script:
98
+
These steps are suitable for DEB-based systems (Ubuntu, Debian).
3. To ensure the installation has been completed successfully, run the following command. It should return info about a package. If information about the package is available it means that installation was successful. After which, updates will be available for installation from the repository using the usual `apt upgrade` command.
0 commit comments