Line 19: |
Line 19: |
| | | |
| == Ruby Installation == | | == Ruby Installation == |
| + | |
| + | |
| + | == Setup CentOS Testing Repository == |
| + | |
| + | |
| + | db yum_repositories set centos-testing repository \ |
| + | BaseURL http://dev.centos.org/centos/4.3/testing/i386/ \ |
| + | Name 'CentOS - testing' \ |
| + | Visible yes \ |
| + | GPGKey http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing \ |
| + | GPGCheck yes \ |
| + | status disabled |
| + | |
| + | Regenerate the '''yum.conf''' file: |
| + | |
| + | expand-template /etc/yum.conf |
| | | |
| | | |