Please also refer to:
This repository contains the Catena-X Policy Builder, which consists of the following components:
- The eclipse-edc/DataDashboard included as Git submodule in the eclipse-edc folder to use the dashboard library.
- A minimal Tractus-X connector for policy validation in the cx-policy-validator folder. The connector implements a custom HTTP endpoint for validation purposes and adds it to the Management API context.
- Everything else in this repo belongs to the Angular frontend (GUI) of the Catena-X Policy Builder.
cd cx-policy-validatordocker build -t cx-policy-builder-validator .docker run --rm -p 8000:8000 -p 8010:8010 cx-policy-builder-validator
cd cx-policy-validator./gradlew shadowJarjava -Dedc.fs.config="tx-memory-connector/config.properties" -jar tx-memory-connector/build/libs/runtime.jar
docker build -t cx-policy-builder-ui .docker run --rm -p 8080:8080 cx-policy-builder-ui- Open http://localhost:8080
npm run lib-build -- --configuration productionnpm run start- Open http://localhost:4200
Please note to our CONTRIBUTION guidelines.
Distributed under the Apache 2.0 License. See LICENSE for more information.