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

Add proxy note (aas-gui) #27

Merged
merged 1 commit into from
Nov 26, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ Using environment variables works when building the Docker image yourself or whe
This is how you would use the environment variables when building the Docker image yourself:

1. Build the Docker image from the Dockerfile in the [aas-web-gui](https://github.com/eclipse-basyx/basyx-applications/tree/main/aas-gui/Frontend/aas-web-gui) directory of the AAS Web UI repository:
<br/><sup>Note: If you are behind a proxy, you have to set the shell ENV variable HTTP_PROXY respectively HTTPS_PROXY; see [bootstrap.sh](https://github.com/eclipse-basyx/basyx-aas-web-ui/blob/main/bootstrap.sh).</sup>

```bash
docker build -t aas-web-ui .
```


2. Start the Docker container with the following command (replace the environment variables with your own values; only an excerpt of the variables are specified in the following example):

Expand Down