-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from annlev/master
TCR-440: Please hide the instructions for installing ELS for PHP loca…
- Loading branch information
Showing
2 changed files
with
36 additions
and
37 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,43 +124,6 @@ To install all versions at the same time, it is necessary to use the alt-php met | |
apt-get install alt-php | ||
``` | ||
|
||
### Installation instructions of a local mirror | ||
|
||
We provide the ability to create local mirrors of PHP for ELS updates. | ||
|
||
To obtain the access to the local mirroring, provide your External IP address to your Account Manager or send it to [[email protected]](mailto:[email protected]). | ||
|
||
To create a local mirror of the repository with security updates via `rsync`, use the following: | ||
|
||
``` | ||
rsync://repo.cloudlinux.com/PHP_ELS/ | ||
``` | ||
|
||
Example of creating a local mirror for all supported OS versions: | ||
|
||
``` | ||
rsync -avSHP --delete rsync://repo.cloudlinux.com/PHP_ELS/ . | ||
``` | ||
|
||
Example of creating a local mirror for a specific OS version: | ||
|
||
``` | ||
rsync -avSHP --delete rsync://repo.cloudlinux.com/PHP_ELS/el6/ . | ||
``` | ||
|
||
Use one of the suggested options to specify the OS: | ||
|
||
| Option | OS | | ||
| :---------: | :-----------------------------------------------------: | | ||
| el6 | CentOS 6, CloudLinux 6, OracleLinux 6, etc. | | ||
| el7 | CentOS 6, CloudLinux 6, OracleLinux 6, etc. | | ||
| el8 | AlmaLinux 8, CentOS 8 Stream, CloudLinux 8. | | ||
| el9 |AlmaLinux 9, CentOS 9 Stream, CloudLinux 9 | | ||
| ubuntu16.04 | Ubuntu 16.04 | | ||
| ubuntu18.04 | Ubuntu 18.04 | | ||
| ubuntu20.04 | Ubuntu 20.04 | | ||
| ubuntu22.04 | Ubuntu 22.04 | | ||
|
||
### OVAL data | ||
|
||
#### Introduction | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
### Installation instructions of a local mirror | ||
|
||
We provide the ability to create local mirrors of PHP for ELS updates. | ||
|
||
To obtain the access to the local mirroring, provide your External IP address to your Account Manager or send it to [[email protected]](mailto:[email protected]). | ||
|
||
To create a local mirror of the repository with security updates via `rsync`, use the following: | ||
|
||
``` | ||
rsync://repo.cloudlinux.com/PHP_ELS/ | ||
``` | ||
|
||
Example of creating a local mirror for all supported OS versions: | ||
|
||
``` | ||
rsync -avSHP --delete rsync://repo.cloudlinux.com/PHP_ELS/ . | ||
``` | ||
|
||
Example of creating a local mirror for a specific OS version: | ||
|
||
``` | ||
rsync -avSHP --delete rsync://repo.cloudlinux.com/PHP_ELS/el6/ . | ||
``` | ||
|
||
Use one of the suggested options to specify the OS: | ||
|
||
| Option | OS | | ||
| :---------: | :-----------------------------------------------------: | | ||
| el6 | CentOS 6, CloudLinux 6, OracleLinux 6, etc. | | ||
| el7 | CentOS 6, CloudLinux 6, OracleLinux 6, etc. | | ||
| el8 | AlmaLinux 8, CentOS 8 Stream, CloudLinux 8. | | ||
| el9 |AlmaLinux 9, CentOS 9 Stream, CloudLinux 9 | | ||
| ubuntu16.04 | Ubuntu 16.04 | | ||
| ubuntu18.04 | Ubuntu 18.04 | | ||
| ubuntu20.04 | Ubuntu 20.04 | | ||
| ubuntu22.04 | Ubuntu 22.04 | |