User interface for the IDS Configurationmanager.
The following illustration visualizes the interaction of Dataspace Connector, IDS Framework, Configuration Manager, and GUI. All components have a defined API that allows individual components to be removed or replaced. The connector can be deployed standalone and can be connected to existing backend systems. Configuration Manager and GUI facilitate the operation and configuration of the connector. If desired, the Dataspace Connector may be replaced by another connector implementation, either integrating the framework or not.
Use the package manager npm in root directory to install Configurationmanager UI:
npm install --no-audit
- Install and start IDS DataSpaceConnector
- Install and start IDS Configurationmanager
Use the package manager npm in root directory to start Configurationmanager UI:
npm start
Access: localhost:8082
Change package.json
in root directory:
"serve": "vue-cli-service serve --open --port [PORT]"
You can change the main colors of the user interface in src/theme/default.js
Build docker image:
./buildDockerImage.sh
Run docker image:
sudo docker-compose up
Please read through our contributing guidelines.
IDS Configurationmanager and the UI versioning skipped major version 1, 2 and 3 to match versioning of IDS DataSpaceConnector. This way the major version of DSC, CM and UI indicates compatibility.