Yum repo: Difference between revisions

From MDWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
This page details how to create a yum compliant repo.
This page details how to create a yum compliant repo. This is our in house repo for packages that we have had to compile from source.  




We will have the repo on '''guava''' BUT the repo will be exported via NFS to compbio.
The repo will be hosted on '''guava''' BUT will be exported via NFS to compbio where it will serve the clients.





Revision as of 07:48, 11 August 2007

This page details how to create a yum compliant repo. This is our in house repo for packages that we have had to compile from source.


The repo will be hosted on guava BUT will be exported via NFS to compbio where it will serve the clients.


ON GUAVA

  • Install the required software
yum install createrepo
  • Edit fstab for the exports (assumes /other/repo exists)
    • This maps /other/repo to /nfs4exports/repo
vi /etc/fstab
# ADDED FOR REPO
/other/repo             /nfs4exports/repo       none    bind            0 0