Installation [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:dpi:dpi_components:dpiui:install_and_update:install [2023/08/30 12:31] elena.krasnobryzhen:dpi:dpi_components:dpiui:install_and_update:install [2024/09/26 15:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== install ======+====== Installation ====== 
 +{{indexmenu_n>3}} 
 + 
 +<note tip>Watch a tutorial (english subs): {{youtube>-Nzh0jb2fyM?}}</note> 
 + 
 +<note warning>Before installing or upgrading, check your Internet connection. Make sure you run scripts as root or run it using sudo.</note> 
 + 
 +<note warning>Do not disable the standard firewall-cmd. The installation script uses it for self-configuration.</note> 
 + 
 +To install or upgrade, run the script: [[https://vasexperts.ru/install/dpiui2-rpm_install.sh|dpiui2-rpm_install.sh]]  
 + 
 +<code> 
 +sudo yum install wget 
 + 
 +sudo wget https://vasexperts.ru/install/dpiui2-rpm_install.sh 
 + 
 +sudo sh dpiui2-rpm_install.sh 
 +</code> 
 + 
 +which installs the dpiui2 rpm package. All the needed settings will be done automatically according to your system current configuration. 
 + 
 +The installation process will install/update the following environment: 
 +  - PHP >= 7.1 
 +  - MariaDB >= 10.2 
 +  - Apache 
 +  - Composer 
 +  - PHP SSH2 lib 
 +  - Laravel/Lumen 
 + 
 +Required ports will be opened, as well as cron will be launched to perform background tasks on a schedule. 
 + 
 +The subsystem will be installed to the \\ <code>/var/www/html/dpiui2/</code> directory 
 + 
 +After installation, type in your browser address bar: 
 +\\ <code>https://<VM_IP_address>/</code> 
 +<note important>**Attention!**:https is used (not http)</note> 
 + 
 +The following account will be created by default: 
 +  - Login - admin 
 +  - Password - vasexperts