Skip to content

Commit 658c038

Browse files
authored
Merge pull request #137 from evgeniy-moiseev-cl/PORTAL-2468
Added some cosmetics changes regarding Imunify with Patchman integration
2 parents c8ceff7 + 79408d2 commit 658c038

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/patchman/agent/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -320,34 +320,34 @@ In the Patchman Portal, go to the server configuration page under Servers. If yo
320320
321321
### Installing imunify-antivirus with Patchman support
322322
323-
1. Find a license key at https://portal.patchman.co/servers/add/. It is displayed under the `During installation, enter the following license key:` section.
323+
1. Find a license key on the [server add page](https://portal.patchman.co/servers/add/). It is displayed under the `During installation, enter the following license key:` section.
324324
325325
2. Install or update `imunify-antivirus`
326326
1. If imunify-antivirus is not yet installed on a server:
327-
```bash
328-
$ wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
329-
$ bash imav-deploy.sh
327+
```
328+
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
329+
bash imav-deploy.sh
330330
```
331331
2. If it is already installed, check if the version of imunify-antivirus is at least `8.5.6`
332-
```bash
333-
$ imunify-antivirus version
332+
```
333+
imunify-antivirus version
334334
8.5.6
335335
```
336336
If it's lower, then update imunify-antivirus using your system package manager.
337337
338338
3. Install the Patchman extension
339-
```bash
340-
$ imunify-antivirus patchman install
339+
```
340+
imunify-antivirus patchman install
341341
```
342342
343343
4. Configure the license key (obtained in the first step)
344-
```bash
345-
$ imunify-antivirus patchman register '<regkey>'
344+
```
345+
imunify-antivirus patchman register '<regkey>'
346346
```
347347
348348
5. Enable the Patchman extension
349-
```bash
350-
$ imunify-antivirus config update '{"PATCHMAN": {"enable": true}}'
349+
```
350+
imunify-antivirus config update '{"PATCHMAN": {"enable": true}}'
351351
```
352352
353-
6. Add the server in the Patchman portal https://portal.patchman.co/servers/add/multiple/
353+
6. Add the server in the Patchman portal on the [page with pending servers](https://portal.patchman.co/servers/add/multiple/)

0 commit comments

Comments
 (0)