Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from dbmdz/cudami

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

License

datazuul/cudami

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.8%
  • Java 30.9%
  • JavaScript 23.9%
  • TypeScript 3.7%
  • CSS 1.7%