You are here

On client-server side

Submitted by Alan Mels on Sat, 03/09/2019 - 13:40

0) Create the test repository and run update.

cat > /etc/yum.repos.d/testrepo.repo << 'EOF'
[testrepo]
name=TestRepo Repository
baseurl=http://testrepo.altagrade.org:8080
enabled=1
gpgcheck=0
EOF
yum install testrepo -y
yum clean all -y && yum update -y