Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 133a038

Browse files
authored
chore: update README.md
1 parent f1d2581 commit 133a038

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,24 @@
66

77

88
<p align="center">
9-
<a href="mailto:info@dataspace-connector.de">Contact</a> •
9+
<a href="mailto:[email protected].de">Contact</a> •
1010
<a href="#contributing">Contribute</a> •
1111
<a href="https://international-data-spaces-association.github.io/IDS-AppStore/">Docs</a> •
1212
<a href="https://github.com/International-Data-Spaces-Association/IDS-AppStore/issues">Issues</a> •
1313
<a href="#license">License</a>
1414
</p>
1515

1616

17-
...
18-
19-
2017
## Quick Start
2118

2219
If you want to build and run locally, ensure that at least Java 11 is installed. Then, follow these steps:
2320

2421
1. Clone this repository.
2522
2. Create /Data/search folder on the root with `cd /` and `mkdir -p /data/search`
2623
3. Execute `cd IDS-AppStore`, `chmod +x mvnw` and `./mvnw clean package -DskipTests -Dmaven.javadoc.skip=true`.
27-
5. Navigate to `/target` and run `java -jar ids-appstore-{VERSION}.jar`.
28-
6. If everything worked fine, the application is available at https://localhost:8080/. The API can
29-
be accessed at https://localhost:8080/api. The Swagger UI can be found at https://localhost:8080/api/docs.
24+
5. Navigate to `/target` and run `java -jar appstore-{VERSION}.jar`.
25+
26+
If everything worked fine, the application is available at https://localhost:8080/. The API can be accessed at https://localhost:8080/api. The Swagger UI can be found at https://localhost:8080/api/docs.
3027

3128

3229
## Contributing
@@ -43,8 +40,7 @@ The core development is driven by
4340
* [Christoph Quix](https://www.fit.fraunhofer.de/de/geschaeftsfelder/data-science-und-kuenstliche-intelligenz/datenmanagement.html), [Fraunhofer FIT](https://www.fit.fraunhofer.de/en.html), project owner
4441
* [Ahmad Hemid](mailto:[email protected]), [Fraunhofer FIT](https://www.fit.fraunhofer.de/en.html), lead developer
4542

46-
with significant contributions, comments, and support by (in alphabetical order):
47-
* ...
43+
**Contact FIT App Store Team**: [email protected]
4844

4945
## License
5046
Copyright © 2021 Fraunhofer FIT. This project is licensed under the Apache License 2.0 - see the

0 commit comments

Comments
 (0)