This section specifies how to bring up a telemetry reference server for community using a sample php code in Ubuntu 24.04 machine and how to display the json files in the browser.
$apache -v server version: Apache/2.4.58 (Ubuntu)
$ php -v
PHP 7.2.34-45+ubuntu20.04.1+deb.sury.org+1 (cli) (built: Apr 11 2024 22:10:08) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.34-45+ubuntu20.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
$ apt install apache2 php libapache2-mod-php
Clone the contents of this https://github.com/rdkcentral/rdk-cloud-container-config/tree/main/portals/portal_setup and specify the credential file path here https://github.com/rdkcentral/rdk-cloud-container-config/blob/main/portals/portal_setup/php/logportal_login.php#L13 and specify url if you are using any other authentication login to perform this validation. If not planning to use, comment that section and execute below command
docker compose up --build -d
similarly follow for telemetry portal files.