...
In the reminder of this page we provide the details on:
- WiFiMon Test Server (WTS) installation: installing a web server, the testtools used by WiFiMon and the images that are used for monitoring
- The JavaScript code that is required to be embedded in the frequently visited websites.
...
First, Apache2 web server and PHP 7.4 should be installed using the following commands:
Code Block |
---|
sudo apt-get update
sudo apt-get install -y apache2
sudo apt-get install -y php php-common
sudo apt-get install -y libapache2-mod-php7.4
sudo /etc/init.d/apache2 restart |
...