From 9a2c547065bc7ff4a23c680dfbafe4008a09290c Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 19 Sep 2022 10:05:12 +0000 Subject: add the mvn jetty:run command to the README, improve the formatting Issue-ID: SDC-4183 Signed-off-by: Fiete Ostkamp Change-Id: Ibd8509b16ce0e4af64ced03b31410ca9ca749e0e --- catalog-fe/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 catalog-fe/README.md (limited to 'catalog-fe/README.md') diff --git a/catalog-fe/README.md b/catalog-fe/README.md new file mode 100644 index 0000000000..7681ca74ec --- /dev/null +++ b/catalog-fe/README.md @@ -0,0 +1,13 @@ +# catalog-fe + +## Run the project +``` bash +mvn jetty:run \ +-Dconfig.home=src/test/resources/config \ +-Dlog.home=target/log \ +-Dlogback.configurationFile=src/main/resources/config/logback.xml +``` + +You can check the following urls to ensure that it is working +- http://localhost:8080/sdc1/rest/configmgr/get +- http://localhost:8080/sdc1/proxy -- cgit 1.2.3-korg