commit | eaf769261fd307d1e9bcfb9982698e1ef4fc1374 | [log] [tgz] |
---|---|---|
author | Marcus Christie <marc.christie@gmail.com> | Tue Sep 05 11:27:51 2023 -0400 |
committer | Marcus Christie <marc.christie@gmail.com> | Tue Sep 05 11:27:51 2023 -0400 |
tree | 187dcecbdc9dfe1a98cae6b8bbdc3e9d1dfe02fd | |
parent | 8e20b8ca146c8e0f0f6ebefb9bb5a5edd0cc6f99 [diff] |
Fix path to new changelog For #8
Start the PostgreSQL database in a docker container
docker-compose up
Run the API server
mvn install cd data-catalog-api/server/service mvn spring-boot:run
Run the API client
mvn install cd data-catalog-api/client mvn exec:java -Dexec.mainClass=org.apache.airavata.datacatalog.api.client.DataCatalogAPIClient