• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Integria IMS in CentOS

{{postValue.id}}

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.

License_1

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

Licence_2

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

checking _software_dependencies

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

Database_setup

Again make a click on next option.

creating_database

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’ .

installation_complete

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

login

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

system_newsboard

Click on Projects option to manage the projects.

intergia_intergia_project_management

Click on the Inventory option to view the inventory management.

intergia_inventory_overview

You can also able to view the Customer Management system.

intergia_inventory_overview

People Management is available in this package.

intergia_people_management

Click on settings menu to customize the Integria IMS settings.

General_setup

Tags:
elijah
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

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

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

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaac ?
How to run windows application in linux

I need to run the windows application in my Linux machine, instead of installing from yum repo or any other repos. How to do that..??

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.