Q. How do you create a yum repository server on a network?
Answer:
1. Put the .rpm files into a directory (e.g., /mnt/coolrepo).
2. Enter this command: createrepo /mnt/coolrepo
3.
a) Install Apache.
b) Configure the httpd.conf file to make the /mnt/coolrepo file presentable over the network.
cd /; find . -name httpd.conf
vi httpd.conf
Edit the DocumentRoot stanza to have the value be /mnt/coolrepo
…
Continue reading “Five Steps To Creating a Yum Repository Available on Your Network”