Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit e01c00b

Browse files
committed
Updated README.md
1 parent a873585 commit e01c00b

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ marked with the according tag. In all other cases the implementation is expected
3030

3131
In order to build the Collection API you'll need:
3232

33-
* Java SE Development Kit 8 or higher
33+
* Java SE Development Kit 11 or higher
3434

3535
After obtaining the sources change to the folder where the sources are located perform the following steps:
3636

@@ -61,15 +61,15 @@ As soon as you finished modifying 'application.properties', you may start the co
6161
e.g. where the service has been built before:
6262

6363
```
64-
user@localhost:/home/user/collection-api$ ./build/libs/collection-registry.jar
64+
user@localhost:/home/user/collection-api$ ./build/libs/collection-api.jar
6565
6666
. ____ _ __ _ _
6767
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
6868
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
6969
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
7070
' |____| .__|_| |_|_| |_\__, | / / / /
7171
=========|_|==============|___/=/_/_/_/
72-
:: Spring Boot :: (v2.0.5.RELEASE)
72+
:: Spring Boot :: (v2.2.2.RELEASE)
7373
[...]
7474
1970-01-01 00:00:00.000 INFO 56918 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8070 (http) with context path ''
7575
@@ -82,11 +82,16 @@ http://localhost:8070/swagger-ui.html
8282
in order to see available RESTful endpoints and their documentation. You may have to adapt the port according to your local settings.
8383
Furthermore, you can use this Web interface to test single API calls in order to get familiar with the service.
8484

85-
The Collection API offers a graphical web frontend in order to visualize managed collections, collection items and relationships between them as well as associated metadata.
85+
You may create collections via any REST client or using the Web UI available at
86+
87+
http://localhost:8070/collections
88+
89+
The Collection API offers a graphical web frontend to visualize managed collections, collection items and relationships between them as well as associated metadata.
8690
In addition it allows a simple search for elements in order to visualize linked nodes. To access the web frontend, open the following link in your browser:
8791

8892
http://localhost:8070/static/overview.html
8993

94+
9095
## More Information
9196

9297
* [RDA Recommendation on Research Data Collections (doi: 10.15497/RDA00022)](https://zenodo.org/record/2428145#.XTbIMZMzbbA)

0 commit comments

Comments
 (0)