Skip to content

Commit

Permalink
Added part about RHEL7
Browse files Browse the repository at this point in the history
  • Loading branch information
histrio authored Oct 26, 2023
1 parent c79de32 commit b73cc3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/eportal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ You can do so with the following command:
```
yum install centos-release-scl
```

For RHEL7 users, you'll need to enable the necessary repositories to ensure access to the required packages. Use the subscription-manager utility with the following commands:

```
subscription-manager repos --enable rhel-7-server-optional-rpms
subscription-manager repos --enable rhel-server-rhscl-7-rpms
```

:::

Install ePortal:
Expand Down

0 comments on commit b73cc3e

Please sign in to comment.