sclorg / softwarecollections

Software Collections Management Website and Utils
BSD 3-Clause "New" or "Revised" License
66 stars 27 forks source link

Show how to install RPMs on RHEL #87

Closed hhorak closed 8 years ago

hhorak commented 8 years ago

Same as we have these check boxes:

* CentOS 6 x86_64 - rh
* CentOS 6 x86_64 - sclo
* CentOS 7 x86_64 - rh
* CentOS 7 x86_64 - scl

we should have something for RHEL:

* RHEL 6 x86_64
* RHEL 7 x86_64

those would say these installation steps:

yum-config-manager --enable rhel-server-rhscl-6-rpms
yum-config-manager --enable rhel-server-rhscl-7-rpms

so users know how to install particular collection on RHEL.