Line 18: |
Line 18: |
| ===Installation=== | | ===Installation=== |
| | | |
− | The rpm is currently located in the smetest repository here | + | The rpms are currently located here |
| | | |
− | http://mirror.contribs.org/smeserver/releases/7/smetest/i386/RPMS/ | + | http://jeremielorente.free.fr/linux/sme/contribs/ipp2p/ |
| | | |
− | To install do | + | Please manually check the latest released rpm version numbers, and use those version numbers in the commands below. |
− | yum install --enablerepo=smetest smeserver-ipp2p | + | |
| + | To download do |
| + | mkdir -p /temp/ipp2p |
| + | cd /temp/ipp2p |
| + | wget http://jeremielorente.free.fr/linux/sme/contribs/ipp2p/smeserver-ipp2p |
| + | wget http://jeremielorente.free.fr/linux/sme/contribs/ipp2p/ipp2p |
| + | wget http://jeremielorente.free.fr/linux/sme/contribs/ipp2p/kmod-ipp2p |
| + | wget http://jeremielorente.free.fr/linux/sme/contribs/ipp2p/kmod-ipp2p-smp |
| + | |
| + | Alternatively download and install the hugemem kmod module if required by your system |
| + | wget http://jeremielorente.free.fr/linux/sme/contribs/ipp2p/kmod-ipp2p-hugemem |
| + | |
| + | Install the rpms |
| + | cd /temp/ipp2p |
| + | yum locallinstall *.rpm |
| | | |
| ===Configuration=== | | ===Configuration=== |