Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 674 Bytes

File metadata and controls

27 lines (19 loc) · 674 Bytes

eniLINK Platform

eniLINK is a web platform for linked data applications based on the KOMMA framework and Lift.

Get the sources

git clone https://github.com/enilink/enilink

Enilink can be build with Maven. You can simply use mvn package to compile and package the core modules or mvn install to install them within your local Maven repository.

A release version of the enilink platform server can be build via:

mvn -P release package

Afterwards a Karaf assembly can be found within the products/enilink-server/target directory.