Skip to content

Commit

Permalink
Added more details to README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCroftDKFZ committed Feb 6, 2025
1 parent 6020715 commit f2ce918
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ You need to create the directory "trusted-ca-certs" if not already present.

You need to copy over eric.root.crt.pem from a Bridgehead (it is publicly available in the bridgehead GitHub repo).

Build the feedback hub UI:
``` code
cd ..
git clone https://github.com/samply/feedback-hub-ui.git
cd feedback-hub-ui
docker build -t samply/feedback-hub-ui .
```
Build the feedback hub UI (more details [here](https://github.com/samply/feedback-hub-ui)).

## Building for production
If you want to run the feedback hub UI centrally together with the [feedback hub UI](https://github.com/samply/feedback-hub-ui),
you will need to clone the repository and build the container:
``` code
git clone https://github.com/samply/feedback-hub.git
cd feedback-hub
mvn clean install
docker build -t samply/feedback-agent .
```

## Running
## Running for production
The ```docker-compose.yml``` file can be used to run the feedback hub. This file will run both the backend and the UI.
``` code
docker compose up -d
```

You will find the UI at http://localhost:8095/ on the production machine.

0 comments on commit f2ce918

Please sign in to comment.