How To Install YUM Server in RHEL 6

Step By Step Configration of Yum Server

1. mount /dev/cdrom /mnt

2 rpm -ivh /mnt/Server/Packages/vsftpd*

3. cp -rf /mnt/* /var/ftp/pub/

4. rpm -ivh /mnt/Server/Packages/delta*

5. rpm -ivh /mnt/Server/Packages/Pythen-delta*

6. rpm -ivh /mnt/Server/Packages/createrepo*

7. vi /etc/yum.repos.d/server.repo

ADD  below

[yum-server]
name= This is my RPM store
baseurl=file:///var/ftp/pub/
enable=1
gpgcheck=0

8. createrepo -v /var/ftp/pub

9. rm -rf /var/ftp/pub/.olddata

10. yum clean all

11. yum update

Now,Local Yum Server is Configured Successfully!!!

Comments

Popular posts from this blog

Step By Step Configuration Cisco VoIP Phone in Cisco Packet Tracer.

How To Setup Social Publishing CMS (Content Managemnet System) Using Pligg in CentOS 6.5

How To Install And Configuring OpenFire XMPP Chat server on centos 6.5