Yum repo

From MDWiki
Revision as of 07:45, 11 August 2007 by Mscook (talk | contribs)
Jump to navigationJump to search

This page details how to create a yum compliant repo.


We will have the repo on guava BUT the repo will be exported via NFS to compbio.


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