Sunday, 6 March 2016

iTOP Inventory Management System CentOS / Linux



Server Requirement:
1. Disk 5 GB  RAM-1GB Single Core
2. iTop is based on MySQL and PHP, it requires PHP version 5.2.0 or newer and MySQL version 5.0 or newer, plus of-course a web server: Apache, IIS or any web server supporting PHP 5.
3.


Installation:

1. Install below package before installing iTOP. Installing the Prerequisites on Redhat,CentOS or Fedora

# yum install httpd
# yum install mysql mysql-server
# yum install php php-mysql php-mcrypt php-xml php-cli php-soap php-ldap graphviz
yum --disablerepo=\* --enablerepo=epel install nodejs install php php-mysql php-mcrypt php-xml php-cli php-soap php-ldap graphviz

# service httpd start/restart
# service mysqld start/restart


2. Download Package: http://softlayer-sng.dl.sourceforge.net/project/itop/itop/2.1.0/iTop-2.1.0-2127.zip
3. Extract downloaded package under documentroot  /var/www/html/
4. chmod 777 web/
5 Browse installation wizard  :  http://192.168.103.125/web

We need to adjust the following php settings for best performance. Edit file /etc/php.ini,

# vi /etc/php.ini

Set post_max_size as 32M.

[...]
post_max_size = 32M
[...]
==========================================



Ref:
https://wiki.openitop.org/doku.php
https://wiki.openitop.org/doku.php?id=2_1_0:admin:installing_itop
https://wiki.openitop.org/doku.php?id=2_1_0:admin:install_wizard
https://wiki.openitop.org/doku.php?id=2_1_0:admin:cron
http://192.168.103.125/web//documentation/itop-tickets.htm
https://wiki.openitop.org/doku.php?id=integrating_itop_with_ocsinventory
http://www.unixmen.com/setup-operational-portal-using-itop-centosdebian/



No comments: