Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

ercole-io/ercole-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ercole-server

Build Status Join the chat at https://gitter.im/ercole-server/community

This is the server component for the Ercole project. Documentation available here.

Requirements

  • Java Developement Kit 11
  • PostgreSQL server 9.6 or greater
  • The ercole-web and ercole-packages should be available on your local or remote maven repository

How to build

mvn clean package

The resulting jar will be available under target/ercole-server-${version}.jar

How to run

To run the binary:

java -jar target/ercole-server-${version}.jar

You can customize the server parameters by copying the src/main/resources/application.properties file in the same directory as your ercole-server jar file.