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.

Comments ( 0 )
No comments available