Skip to content

capaaway/ercole-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

The Server component of the Ercole Project

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 98.1%
  • TSQL 1.1%
  • Other 0.8%