Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Setup IT Operational Portal Using iTop
- #
- # iTop, stands for IT Operational Portal, is an Open Source web based application for the day to day operations of an IT environment. iTop was designed with the ITIL best practices in mind but does not dictate any specific process, the application is flexible enough to adapt to your processes whether you want rather informal and pragmatic processes or a strict ITIL aligned behaviour.
- #
- # This tool is ideal for Help Desk agents, Support engineers, Service managers, IT managers and End-users. Hence it is based on Apache, MySQL and PHP, so you can run it on any operating system that supports those applications like Windows, Linux, MacOS and Solaris as well.
- #
- sudo apt-get install php5-mysql php5-ldap php5-mcrypt php5-cli php5-soap php5-json graphviz
- # 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
- #[...]
- # Download iTap
- #
- #You can download the latest version from here.
- wget https://sourceforge.net/projects/itop/files/itop/2.2.1/iTop-2.2.1-2658.zip
- #
- # Extract the zip file with command:
- unzip iTop-2.2.1-2658.zip
- #
- # The above command extracts the zip file as a folder called ‘web’ in your current directory. Copy the ‘web’ folder contents to apache root folder.
- #
- cp -fr web/ /var/www/itop
- #
- # Create the following folders and make them to be writable.
- #
- mkdir /var/www/html/itop/conf
- mkdir /var/www/html/itop/data
- mkdir /var/www/html/itop/env-production
- mkdir /var/www/html/itop/log
- # chmod 777 /var/www/html/itop/conf/
- # chmod 777 /var/www/html/itop/data
- # chmod 777 /var/www/html/itop/env-production/
- # chmod 777 /var/www/html/itop/log
- #
- # Begin Installation
- #
- # Let us start the installation by navigating to the URL http://ip-address/itop or http://domain-name/itop.
- #
- # If everything Ok, you will see the following screen. Click Continue.
- #
- # Welcome to iTop version 2.2.1 - Mozilla Firefox_001Select Install a New iTop and click Next.
- #
- # Install or Upgrade choice - Mozilla Firefox_002Accept the License agreement.
- #
- # License Agreement - Mozilla Firefox_003Create a new database for iTop.
- #
- # Database Configuration - Mozilla Firefox_005Enter the password for admin account.
- #
- # Administrator Account - Mozilla Firefox_006We’ve reached the end of installation. You’ll be asked to populate some sample data’s into your data. If you directly use it in production environment, then select the second option and Click Next. I want to populate my database with some demo data’s, so checked the first option.
- #
- # Miscellaneous Parameters - Mozilla Firefox_008Click Next.
- #
- # Configuration Management options - Mozilla Firefox_010Select the best choice of your IT environment and click Next.
- #
- # Service Management options - Mozilla Firefox_012Select the type of your Ticket management. If you don’t like to have Ticket management system, you can skip it also.
- #
- # Tickets Management options - Mozilla Firefox_013Select the type of tickets you want to use in order to manage changes to the IT infrastructure.
- #
- # Change Management options - Mozilla Firefox_015Select the following options if you want to implement any additional ITIL processes.
- #
- # Additional ITIL tickets - Mozilla Firefox_016Once you done with configuration, click Install.
- #
- # Ready to install - Mozilla Firefox_018Congratulations! We’ve successfully installed iTop. Click on the Link Enter iTop to log in.
- #
- # Done - Mozilla Firefox_019This is how my Dashboard looks with demo data.
- #
- # Welcome to iTop - Mozilla Firefox_020That’s all now. Start learning iTop with demo data and manage your IT infrastructure like a boss.
Advertisement
Add Comment
Please, Sign In to add comment