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
docker build --tag rdr-postgres:1.0 .
```bash
docker-compose build
```
### Start
Now start all services by running:
```bash
# First generate jars for discovery,gateway,database,container and query services
$ mvn clean install
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
```
# start application
$ docker-compose up --build #(use -d for detach mode)
Optionally, start the user interface by running:
# stop application
$ docker-compose down
```bash
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 to comment