Clone the repo with git clone https://github.com/alces-software/better-redfish-parser
Ensure docker is installed with the docker-compose plugin, and the docker daemon is running
systemctl status docker
run docker compose up in the root directory
The system will be running on http://<hostname>
If you would like to use the Redfish Helper CLI to collect Redfish data and generate JSON for this application, see the following repository:
https://github.com/a04b04/redfish-cli
Follow the installation instructions in that repository, then use the generated JSON with this parser.