Replies: 1 comment
-
|
everyone is welcome to do whatever they like. However, we aim at providing the most end-user value with MVD, and that comes in one of two flavors:
Running all components as plain Java processes is certainly possible, but does not really reflect any real-world scenario, and we don't want to maintain such a script. There is even more ways to run Java apps, but we also don't advertise those either. Only because something is an alternative does not automatically make it useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In the current documention for MinimalViableDataspace, we either propose to use intellij or kubernetes deployment.
What do you think about an alternative similar to intellij (In memory) but just with a basic script :
java -Dedc.fs.config=$(pdw)\deployment\assets\env\consumer_identityhub.env -jar launchers/identity-hub/build/libs/identity-hub.jarjava -Dedc.fs.config=$(pdw)\deployment\assets\env\consumer_connector.env -jar launchers/runtime-embedded/build/libs/runtime-embedded.jarjava -Dedc.fs.config=$(pdw)\deployment\assets\env\issuerservice.env -jar launchers/issuerservice/build/libs/issuerservice.jarjava -Dedc.fs.config=$(pdw)\deployment\assets\env\provider_catalogserver.env -jar launchers/catalog-server/build/libs/catalog-server.jarjava -Dedc.fs.config=$(pdw)\deployment\assets\env\provider_connector_manufacturing.env -jar launchers/runtime-embedded/build/libs/runtime-embedded.jarjava -Dedc.fs.config=$(pdw)\deployment\assets\env\provider_connector_qna.env -jar launchers/runtime-embedded/build/libs/runtime-embedded.jarjava -Dedc.fs.config=$(pdw)\deployment\assets\env\provider_identityhub.env -jar launchers/identity-hub/build/libs/identity-hub.jarCould maybe help users not familar to intellij, without the complexity of network and persistance of the kubernetes setup.
Relates to : #435
Thanks
Beta Was this translation helpful? Give feedback.
All reactions