Skip to content

Arquisoft/InciDashboard_i3a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Codacy Badge codecov

InciDashboard_i3a

InciDashboard module

Information

This module allows Operators to enter the application and manage all th eincidents they have assigned due to being dangerous. They can also add comments to them, and change the state of those incidents. The application also allows them to monitorize and see statistics of all of them.

Authors

Running the application

There are two ways:

All the modules running in the same instance

Still working on the platform to support it.

Independent running

Kafka

Download Kafka

>> tar -xzf kafka_2.11-1.0.1.tgz

>> cd kafka_2.11-1.0.1

Once here, you have to start Zookeeper as it is needed for the correct functioning of Kafka. The one provided by the binary you have previously download is okay for starting it. Then, you can start kafka server.

>> bin\windows\zookeeper-server-start.bat config/zookeeper.properties

>> bin\windows\kafka-server-start.bat config/server.properties

Mongo DB

You are not required to download MongoDB as we have it stored in mLab. Though, if you have no internet conexion, you can download it from here, and run it by means of:

>> bin/mongod —port 27017

(Notice that the port 27017 is the default one, and you could have problems if it is being used by any other application. If so, you can change it)

Maven

For starting the application from the command line using maven you can use the command:

>> mvn spring-boot:run