python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Open another shell and run below commands.
git clone https://github.com/DMTF/Redfish-Mockup-Server
cd Redfish-Mockup-Server
pip install -r requirements.txt
python redfishMockupServer.py -H 127.0.0.1 -p 9099 -S
git clone https://github.com/Krishnom/redfish-utilities
cd redfish-utilities && pip install -r requirements.txt
python main.py --url 'http://127.0.0.1:9099'
To get individual settings, run below command