Instalando o OCSInventory no DEBIAN 7
O pacote abaixo, são scripts como o make, gcc e etc
apt-get install apt-build
Os Pacotes abaixo são para a instalação do OCS Inventory Server:
apt-get install apache2
apt-get install apache2-doc
apt-get install mysql-server
Colocar a senha de ROOT do MySQl (anotar a senha)
apt-get install php5
apt-get install php5-mysql
apt-get install php5-gd
apt-get install libapache2-mod-perl2
apt-get install libxml-simple-perl
apt-get install libio-compress-perl
apt-get install libcompress-zlib-perl
apt-get install libnet-ip-pirl
apt-get install libsoap-lite-perl
apt-get install libc6-dev
apt-get install libdbi-perl
apt-get install libdbd-mysql-perl
apt-get install libapache-dbi-perl
Acessar o tmp
cd /tmp
Baixar o pacote de instalação do OSC
wget https://launchpad.net/ocsinventory-server/stable-2.1/2.1.2/+download/OCSNG_UNIX_SERVER-2.1.2.tar.gz
Descompactar o Pacote
tar –zxvf OCSNG_UNIX_SERVER-2.1.2.tar.gz
Acessar a pasta:
cd OCSNG_UNIX_SERVER-2.0
Executar o Setup
sh setup.sh
Editar o arquivo dbconfig.inc.php
vi /usr/share/ocsinventory-reports/ocsreports/dbconfig.inc.php
<?php
define("DB_NAME", "ocsweb");
define("SERVER_READ","localhost");
define("SERVER_WRITE","localhost");
define("COMPTE_BASE","ocs");
define("PSWD_BASE","SENHA_DO_BANCO_DE_DADOS");
?>
Salvar e sair
Reiniciar o Apache2
/etc/init.d/apache2 restart
Acesse o link
http://IP_DO_SERVIDOR/ocsreports/install.php