Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 543 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 543 Bytes

EduDB

The Open Source Educational Database Engine

Build

prerequisites

install required jar files in your local maven repository

./install-jars.sh

for macOS and Linux

./mvnw clean package

for Windows

mvnw.cmd clean package

Docs

generating the docs

for macOS and Linux

./mvnw javadoc:javadoc

for Windows

mvnw.cmd javadoc:javadoc

viewing the docs

open the docs from target/site/apidocs/index.html in your browser