Files
cariflex/tools/EVerest-main/applications/utils/docker/everest-docker-image/scripts/initialize.sh
Eric F d398a6ced2 Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1)
- OpenOCPP extracted (firmware OCPP 1.6J/2.0.1)
- ShapeShifter library installed (pip install -e)
- ShapeShifter specification extracted
- EVerest extracted

TODO updated with progress
2026-06-08 00:38:27 -04:00

8 lines
427 B
Bash
Executable File

#!/bin/bash
echo "initialize.sh script used to re-initialize EVerest OCPP 2.0.1 device model and starting everest"
python3 /opt/everest/ocpp201config/init_device_model_db.py --db /opt/everest/share/everest/modules/OCPP201/device_model_storage.db --config /opt/everest/config/ocpp-config.json --schemas /opt/everest/ocpp201config/component_schemas/ init insert
/opt/everest/bin/manager --conf /opt/everest/config/config.yaml