Congratulations for having purchased a Combodo product!
If you have chosen to run iTop from a Virtual Machine, then you can ignore this chapter: the provided Virtual Machine has already been setup and tuned as per our recommandations.
Otherwise, you will have to
Install iTop
TL;DR Quick install on Ubuntu 20.04
(Commands on other environments)
-
Run the following commands to install iTop on Ubuntu 20.04, with PHP 7.4 and MariaBD:
- install.sh
-
sudo apt-get update sudo apt-get install apache2 mariadb-server php7.4 php7.4-mysql php7.4-ldap php7.4-cli php7.4-soap php7.4-json graphviz php7.4-xml php7.4-gd php7.4-zip php7.4-fpm php7.4-mbstring acl wget https://sourceforge.net/projects/itop/files/latest/download -O /tmp/itop.zip sudo unzip /tmp/itop.zip "web/*" -d /var/www/html/itop sudo mv /var/www/html/itop/web/* /var/www/html/itop sudo rmdir /var/www/html/itop/web sudo setfacl -dR -m u:"www-data":rwX /var/www/html/itop/data /var/www/html/itop/log sudo setfacl -R -m u:"www-data":rwX /var/www/html/itop/data /var/www/html/itop/log sudo mkdir /var/www/html/itop/conf /var/www/html/itop/env-production /var/www/html/itop/env-production-build sudo chown www-data: /var/www/html/itop/conf /var/www/html/itop/env-production /var/www/html/itop/env-production-build
-
Launch installation from a web browser by pointing to this url : https://myserver.mydomain.com/itop/setup and follow the Wizard
After installation :
-
Ensure the application is accessible and discover the user interface: Your first connection to iTop.
-
Create the minimum set of objects for the iTop application to be usable by your users: Follow the Implementation Guide.
Finetune the system
3_1_0/products/admin_installation.txt ยท Last modified:
2023/07/21 10:19 by 127.0.0.1