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

Latest commit

 

History

History
34 lines (29 loc) · 832 Bytes

File metadata and controls

34 lines (29 loc) · 832 Bytes

Structhing

Caution

This is a prototyp.

It’s not intuitiv and can produce strange behaivior. It will not randomly rename any files, but if you configure some directories to be observed, it will will rename files without any prompting or warning recursivly!

You have been warned.

Installation

Dependencies:

  • Git
  • Maven
  • Java 21

Steps:

  1. Clone this repository.
  2. Goto project root
  3. Execute:
mvn clean package
java -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -jar ./delivery/target/structhing.jar
  1. Open the browser with URL http://localhost:7070/

Debugging

If you get a 404 Not Found Error then the Frontend hasn’t been copied correctly into the jar. Executing:

mvn clean package

again, can fix the problem.