CORIA is a framework for analyzing huge network graphs. You can deploy the application in any supported application server such as Tomcat, Glassfish or JBoss
Please note, that this version is not final and will change (a bit) in the next days
To build CORIA from the here provided sources simply follow the steps:
- Download and install the Java JDK and JRE 1.8 or newer from Oracle
- Download and install Maven on your machine
- Download and unpack the sources
- In the root directory of the sources execute the following command on a CLI:
mvn clean install
- The result is a file inside the coria-api/target directory named coria.war
- Deploy this file to the server of your choice (seee below)
- Install the application server of your choice (example: Tomcat)
- Install a database server (Redis or MySQL as of now)
- Downlaod and install Python 3 on the machine (recommended but not mandatory)
- Deploy the coria.war file as created above into the application server according to the servers manual
- find the application.properties file in the unpacked application directory, usually under:
WEB-INF\classes\
- Configure the application according to your machine setup including credentials to DB and a local writable directory
- Run server and navigate to
If you have trouble building or installing the application or find any bugs, contact me here or open a ticket on gothub
Sebastian