Skip to content

Commit

Permalink
Made it clearer that this is the entry point for the central feedback…
Browse files Browse the repository at this point in the history
… hub
  • Loading branch information
DavidCroftDKFZ committed Feb 7, 2025
1 parent f2ce918 commit a02a11e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ it. The feedback agents (at biobank sites) that are permitted to collect tasks n
to be specified via an environment variable. Once all feedback agents have collected the
task, it will be removed.

## Prerequisites
## Building for production
This repository contains a ```docker-compose.yml``` file that can be used to run a fully-operational central feedback hub. It starts containers for the docker hub backend and its associated database, plus the docker hub UI. However, before starting it, a number of prerequisites need to be met.

### Prerequisites

In the docker-compose.yml file, there are a number of things that need to be generated first, before running it.

Expand All @@ -20,14 +23,15 @@ You need to copy over eric.root.crt.pem from a Bridgehead (it is publicly availa

Build the feedback hub UI (more details [here](https://github.com/samply/feedback-hub-ui)).

## Building for production
### Building
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 .
docker-compose up -d
```

## Running for production
Expand Down

0 comments on commit a02a11e

Please sign in to comment.