<\/span><\/h2>\n\n\n\nOnce, the system is updated we can proceed with the installation process. First, go into the “root” directory on your server remove the old “engintron.sh” script if exists, and download the latest installation script:<\/p>\n\n\n\n
cd \/ \nrm -f engintron.sh\nwget --no-check-certificate https:\/\/raw.githubusercontent.com\/engintron\/engintron\/master\/engintron.sh\n<\/pre>\n\n\n\nOnce, the script is downloaded You will need to execute the script and allow some time for the installation process to be completed:<\/p>\n\n\n\n
bash engintron.sh install<\/pre>\n\n\n\nIf the installation is successful, you will see on the screen how services such as apache, tailwatchd, apache_php_fpm, and nginx are being restarted. You should see the following output at the end of the installation:<\/p>\n\n\n\n
httpd started successfully.\nRedirecting to \/bin\/systemctl restart httpd.service\nRedirecting to \/bin\/systemctl restart nginx.service\n\n**************************************\n* Installation Complete *\n**************************************\n<\/pre>\n\n\n\nYou can notice now, the Apache is listening on ports 8080 and 8443, and Nginx is set to ports 80 and 443. This tells us again that the installation of the Engintron is successful. To see this execute the command below:<\/p>\n\n\n\n
netstat -tunlp | grep httpd && netstat -tunlp | grep nginx<\/pre>\n\n\n\n