Skip to content

Files

Latest commit

 

History

History
 
 

central

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DJL - Central Server

Overview

This module contains the DJLCentral web interface implementation.

Documentation

You can build the latest javadocs locally using the following command:

# for Linux/macOS:
./gradlew javadoc

# for Windows:
..\..\gradlew javadoc

The javadocs output is built in the build/doc/javadoc folder.

Run model server

Use the following command to start model server locally:

cd serving/central

# for Linux/macOS:
./gradlew run

# for Windows:
..\..\gradlew run

The DJLCentral server will be listening on port 8080.

open your browser and type in url

http://localhost:8080/