How to configure to use the neddix Yum Repository
1 On the Centos 5 Server
Install the centos-neddix-repository package (requires Centos Version >= 5) :
rpm -Uvh http://repo.neddix.com/centos/5/neddix/i386/RPMS/centos-neddix-repository-1.0.0-1.el5.nx.i386.rpm
This installs the Yum configuration and GPG keys for safely installing neddix packages. All packages are all signed with this GPG key.
The neddix repository is disabled by default. Leave it disabled to avoid conflicts when updating the server base.
2 On the SME Server
Install the smeserver-neddix-repository package (requires SME Server Version >= 7.4) :
rpm -Uvh http://repo.neddix.com/smeserver/releases/7/smecontribs/i386/RPMS/smeserver-neddix-repository-1.0.0-1.el4.nx.i386.rpm
This installs the Yum configuration and GPG keys for safely installing neddix packages. All packages are all signed with this GPG key.
The neddix repository is disabled by default. Leave it disabled to avoid conflicts when updating the SME Server base.
3 Additional Information
If you encounter errors during an update, run
yum --dis=* --ena=neddix clean all
or to clean up the yum caches of all repositories
yum clean all
