If your Linux TPS boxes are sitting in the net without an access to Internet
and you want to be able
to update some software packages from time to time
you can create a local software mirror for Tibbo repository.
root@tpp:~# mkdir /var/www/tps_mirror && cd /var/www/tps_mirror
root@tpp:~# wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://mirror.tibbo.com/tps/aggregate
The local mirror will be created in /var/www/tps_mirror path.
<Directory "/var/www/tps_mirror">
Options All Indexes MultiViews FollowSymlinks
AllowOverride All
Require all granted
DirectoryIndex disabled
IndexOptions FancyIndexing FoldersFirst SuppressIcon
</Directory>
<VirtualHost _default_:80>
ServerAdmin root@localhost
ServerName 192.168.75.150
DocumentRoot /var/www/tps_mirror
</VirtualHost>
Apache configuration file is usually /etc/apache2/httpd.conf
or /etc/apache2/apache2.conf.
root@tpp:~# smart channel --add 150c type=rpm-md name="150crepo" baseurl=http://192.168.75.150/