4.1 Package and Deploy the Application
The application expects a specific directory structure. Use cpack to create a tgz package that can be copied to the target filesystem:
cd build
cpack -G TGZ # Creates evse_package-1.0.0-Linux.tar.gz
Copy the tarball to the target and extract it. The package is extracted to ocpp/evse_app and includes the runtime databases, config.json and the certs/ directory tree.
