Skip to content

Commit

Permalink
Merge pull request #81 from annlev/master
Browse files Browse the repository at this point in the history
TCR-440: Please hide the instructions for installing ELS for PHP loca…
  • Loading branch information
annkots authored Jun 5, 2024
2 parents 8ce123e + 07f36dd commit 29a1c21
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 37 deletions.
37 changes: 0 additions & 37 deletions docs/extended-lifecycle-support-for-languages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 36 additions & 0 deletions docs/nonpublic/README.md
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 |

0 comments on commit 29a1c21

Please sign in to comment.