How to install Integria IMS in CentOS

To install Integria IMS in Centos

Integria IMS is a web application used to manage all the tasks related to customer management and commercial working groups. It has an automated inventory system and also enables the users to manage the projects. Integria IMS integrates all the tasks related to the IT development and management. Installation of Integria IMS in CentOS is explained in this article.

Installation of Integria IMS

Before installation of Integria IMS, you need to install the LAMP setup. Next install the dependency package.

[root@linuxhelp Desktop]# yum install php-cli php-gd php-intl curl php-ldap php-imap php-mysql php-mbstring unzip
Loaded plugins: aliases, changelog, fastestmirror, kabi, presto, refresh-packagekit, security, tmprepo, verify,
              : versionlock
Loading support for CentOS kernel ABI
Setting up Install Process
Determining fastest mirrors
epel/metalink                                                                           | 4.9 kB     00:00     
 * base: mirror.nbrc.ac.in
base   
.
.
.
.
.
Dependency Updated:
  libcurl.x86_64 0:7.19.7-52.el6     libcurl-devel.x86_64 0:7.19.7-52.el6 php.x86_64 0:5.3.3-48.el6_8        
  php-bcmath.x86_64 0:5.3.3-48.el6_8 php-common.x86_64 0:5.3.3-48.el6_8   php-odbc.x86_64 0:5.3.3-48.el6_8   
  php-pdo.x86_64 0:5.3.3-48.el6_8    php-pgsql.x86_64 0:5.3.3-48.el6_8    php-process.x86_64 0:5.3.3-48.el6_8
  php-soap.x86_64 0:5.3.3-48.el6_8   php-tidy.x86_64 0:5.3.3-48.el6_8     php-xml.x86_64 0:5.3.3-48.el6_8    
  php-xmlrpc.x86_64 0:5.3.3-48.el6_8

Complete!


Download the Integria package with the following command line.

[root@linuxhelp Desktop]# wget http://sourceforge.net/projects/integria/files/Integria%20IMS/4.0/Final/Zip/IntegriaIMS-4.0.zip
--2016-08-24 15:34:43--  http://sourceforge.net/projects/integria/files/Integria%20IMS/4.0/Final/Zip/IntegriaIMS-4.0.zip
Resolving sourceforge.net... 216.34.181.60
Connecting to sourceforge.net|216.34.181.60|:80... connected.
.
.
.
 Saving to: “ IntegriaIMS-4.0.zip” 
100%[=====================================================================> ] 22,229,852   450K/s   in 3m 40s  
2016-08-24 15:38:28 (98.7 KB/s) - “ IntegriaIMS-4.0.zip”  saved [22229852/22229852]

Now extract the downloaded package with the " unzip" command.

[root@linuxhelp Desktop]# unzip IntegriaIMS-4.0.zip 
Archive:  IntegriaIMS-4.0.zip
   creating: trunk/
  inflating: trunk/integria_update   
  inflating: trunk/AUTHORS           
  inflating: trunk/integria.spec     
.
.
.
inflating: trunk/general/login_page.php  
  inflating: trunk/general/links_menu.php  
  inflating: trunk/general/password_recovery.php


Move the extracted package into the web root directory .

[root@linuxhelp Desktop]# mv trunk/ /var/www/html/inter/


Then change the ownership for Integria content directory as shown below.

[root@linuxhelp Desktop]# chown -R apache /var/www/html/inter/


Now its time to restart the apache service.

[root@linuxhelp Desktop]# service httpd restart


Open the web-browser and enter the server IP address along with Integria package. Welcome page will appear on the desktop, click on next option to proceed.

Next accept the license policy and then click on next option.

Here, checkout the dependency packages and then click on next option.

Enter the following details to setup database and click on next option.

Again make a click on next option.

Integria IMS is installed successfully. Note down the default user name and password. Then click on " Click here to access Integria" to access the ' integria’ .

Enter the default username and password to login the Integria IMS.

Now you can able to view the dashboard of Integria IMS as shown below.

Click on Projects option to manage the projects.

Click on the Inventory option to view the inventory management.

You can also able to view the Customer Management system.

People Management is available in this package.

Click on settings menu to customize the Integria IMS settings.

Tag : Integria IMS
FAQ
Q
Is there any argument for Unzipping?
A
yes, there are arguments which you can find in a man page.
Now extract the downloaded package with the " unzip" command:
# unzip IntegriaIMS-4.0.zip
Q
What is Integria IMS?
A
Integria IMS is a complete ITSSM suite; a help desk software which is simple, powerful and easy to use. It includes an automated inventory, which is controlled from a single interface. It speeds up processes, reducing management time and costs for your projects.
Q
How to download the Integria package?
A
Run the following command line:
wget http://sourceforge.net/projects/integria/files/Integria%20IMS/4.0/Final/Zip/IntegriaIMS-4.0.zip
Q
What is the default root directory in Integria IMS in CentOS?
A
Default path is
/var/www/html
Q
What are the needed Packages of Integria IMS in CentOS?
A
It needs php,MySQL,apache