Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Updated MXD Documentation for Windows OS #416

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions mxd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ potato, it'll take even longer. Just get a coffee. Eventually, it should look si

![img.png](assets/img.png)

To dockerize backend-service on windows, add a third argument(an empty string) to the [RUNTIME](https://github.com/eclipse-tractusx/tutorial-resources/blob/8795f19273471194f092f1d1c618d780c69f2a4b/mxd/backend-service/src/test/java/org/eclipse/tractusx/mxd/testfixtures/PostgresRuntime.java#L29) declaration.
Please check this [issue](https://github.com/eclipse-edc/Connector/issues/4285) for more details.

### Inspect terraform output

After the `terraform` command has successfully completed, it will output a few configuration and setup values
Expand Down
2 changes: 2 additions & 0 deletions mxd/performance-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ The script ```./experiment_controller.sh```
2. Starts the ```mxd-performance-test``` container which runs
```small_experiment.properties``` by default with latest changes from .jmx files.

On Windows OS, change the EOF to LF for shell scripts.

#### Display help
```./experiment_controller.sh -h```
For more information about arguments visit [help.txt](help.txt).
Expand Down