This is what worked for me ...
- Install Ubuntu 20.04 following the instruction guide.
- Login to the "expedition" account" ( Password: paloalto ).
- Download and copy "initSetup_v2.0.sh" to "/home/expedition/tmp".
- Update Ubuntu.
sudo apt update
sudo apt upgrade
- Install Apache2, PHP ( Version 7.4.3-4ubuntu2.29 ), and the PHP modules.
sudo apt install apache2
sudo apt install php libapache2-mod-php
sudo apt install php-bcmath php-mbstring php-gd php-soap php-zip php-xml php-opcache php-curl php-bz2 php-mcrypt php-ldap php-radius php-mysql
cd /tmp
sudo ./initSetup_v2.0.sh
- Stop and disable the firewall service.
sudo systemctl stop firewalld
sudo systemctl disable firewalld