Skip to content
Snippets Groups Projects
Commit a850b71e authored by Martin Weise's avatar Martin Weise
Browse files

updated readme

parent aa92d16a
No related branches found
No related tags found
No related merge requests found
# fda-services (java) # FAIR Data Austria Services
## Build Setup ### Build
Create the database container image: Everything is handled by compose, just build it by running:
cd fda-container-managing-service/rest-service/src/main/resources ```bash
docker build --tag rdr-postgres:1.0 . docker-compose build
```
### Start
Now start all services by running:
```bash ```bash
# First generate jars for discovery,gateway,database,container and query services docker-compose up fda-discovery-server fda-gateway-service fda-database-managing-service fda-container-managing-service fda-query-service fda-table-service fda-analyse-service
$ mvn clean install ```
# start application Optionally, start the user interface by running:
$ docker-compose up --build #(use -d for detach mode)
# stop application ```bash
$ docker-compose down docker-compose up fda-ui
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment