Line 23: |
Line 23: |
| =Server Installation= | | =Server Installation= |
| ==Download== | | ==Download== |
− | You can download this package ''[http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/inventory/smeserver-inventory-tools-1-1.i386.rpm here]''. You will also need ''[http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/inventory/dependencies/ocs_perl_deps.tar.gz a few dependencies]''. | + | You can download this rpm package smeserver-inventory-tools. You will also need a few dependencies, combined into ocs_perl_deps.tar.gz |
| If you want to save it directly on your SME Server, you can give these commands at the prompt: | | If you want to save it directly on your SME Server, you can give these commands at the prompt: |
| wget http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/inventory/dependencies/ocs_perl_deps.tar.gz | | wget http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/inventory/dependencies/ocs_perl_deps.tar.gz |
Line 29: |
Line 29: |
| | | |
| ==Install== | | ==Install== |
− | First, you need to install a few dependencies. | + | First, you need to install the dependencies. |
| | | |
| According to your SME Server version, you may also need to install mod_perl | | According to your SME Server version, you may also need to install mod_perl |
Line 48: |
Line 48: |
| rpm -e smeserver-glpi --noscripts | | rpm -e smeserver-glpi --noscripts |
| rpm -e smeserver-ocs_inventory_ng --noscripts | | rpm -e smeserver-ocs_inventory_ng --noscripts |
− | There are 3 new dependencies, so you need to install them. These RPMs can be found in the [http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/inventory/dependencies/ocs_perl_deps.tar.gz Tarball]. | + | There are 3 new dependencies, so you need to install them. These RPMs can be found in the above Tarball. |
| tar -xzf ./ocs_perl_deps.tar.gz | | tar -xzf ./ocs_perl_deps.tar.gz |
| yum localinstall ./ocs_perl_deps/*remi*.rpm | | yum localinstall ./ocs_perl_deps/*remi*.rpm |