From 07f36dd16b328e905d75d47d9e21c69889776a6d Mon Sep 17 00:00:00 2001 From: Anna Date: Wed, 5 Jun 2024 11:17:31 +0300 Subject: [PATCH] TCR-440: Please hide the instructions for installing ELS for PHP local mirrors --- .../README.md | 37 ------------------- docs/nonpublic/README.md | 36 ++++++++++++++++++ 2 files changed, 36 insertions(+), 37 deletions(-) create mode 100644 docs/nonpublic/README.md diff --git a/docs/extended-lifecycle-support-for-languages/README.md b/docs/extended-lifecycle-support-for-languages/README.md index b80d1693..406b91fd 100644 --- a/docs/extended-lifecycle-support-for-languages/README.md +++ b/docs/extended-lifecycle-support-for-languages/README.md @@ -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 [sales@tuxcare.com](mailto:sales@tuxcare.com). - -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 diff --git a/docs/nonpublic/README.md b/docs/nonpublic/README.md new file mode 100644 index 00000000..8b703d37 --- /dev/null +++ b/docs/nonpublic/README.md @@ -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 [sales@tuxcare.com](mailto:sales@tuxcare.com). + +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 | \ No newline at end of file