# WebUI und Keycloak für die Entwicklung aufsetzen (Docker)

1. Die benötigten Repos (lokal klonen mit `git clone`):\
   <https://github.com/eclipse-basyx/basyx-aas-web-ui>\
   <https://github.com/eclipse-basyx/basyx-java-server-sdk.git>
2. In dem korrekten Verzeichnis (basyx-aas-web-ui/aas-web-ui) `docker build` machen:\
   `docker build aas-web-ui -t eclipsebasyx/aas-ui:latest`
3. Die Container starten: (in basyx-java-server-sdk/examples/BaSyxSecured)\
   `docker compose up -d`
4. Die UI läuft auf Port `3000`, Keycloak auf `9097`
5. Wenn Änderungen an der WebUI vorgenommen werden:\
   \&#xNAN;*(In basyx-java-server-sdk/examples/BaSyxSecured):*\
   `docker compose down`\
   \&#xNAN;*(In basyx-aas-web-ui/aas-web-ui):*\
   `docker build aas-web-ui -t eclipsebasyx/aas-ui:latest`    \
   \&#xNAN;*(In basyx-java-server-sdk/examples/BaSyxSecured):*\
   `docker compose up -d`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://basyx-security-plugin.gitbook.io/basyx-security/entwicklung/webui-und-keycloak-fur-die-entwicklung-aufsetzen-docker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
