Skip to content
/ cudami Public

cudami is a Digital Asset Management System for management and editing of cultural objects.

License

Notifications You must be signed in to change notification settings

dbmdz/cudami

Repository files navigation

cudami Management Webapp

This is the GUI for administrating (content and users in) cudami.

Requirements

The minimum version of the JRE used to start the applications is 17.

Build

Development

$ cd <cudami source directory>
$ mvn clean install

Production

$ cd <cudami source directory>
$ mvn clean install -Pproduction

Usage

Start webapp JAR by specifiying cudami backend rest url using params:

Example:

java -jar dc-cudami-admin-webapp-7.0.0-SNAPSHOT.jar --cudami.server.address=<your_endpoint_address> --cudami.server.url=<your_endpoint_url>

GUI

Local running cudami: http://localhost:9898

The cudami admin webapp connects to cudami repository server and if no admin user exists, the admin user creation assistant is launched. Create an admin user and log in.

Enjoy!

Frameworks

Javascript and CSS

Migrations

Migration to Thymeleaf 3

References: