I've found myself in charge of installing some software on an old server running RHEL 5. Unfortunately, since it's just a development server now, it no longer rates a license. I'd like to continue using yum for dependency resolution, etc. My first thought was to just point yum at some CentOS repos, but some googling turned up this instead: migrating from WBEL 3 to CentOS 3. Is this sort of approach my best bet? If so, how much of the migration process is different for my scenario compared to the one in those instructions?
Thanks.
NOTE: I'm a programmer, not a sysadmin, so I may be missing the obvious solution.