Status | |
---|---|
travis ci | |
code coverage | |
code quality | |
latest build | - |
This client forms part of platform called GestUsers, if you don't know about it, we encourage you to see this other repo first.
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.
Group | Artifact |
---|---|
io.github.asw.i3a | operators.web.service |
There are two ways:
Still working on the platform to support it.
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
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)
For starting the application from the command line using maven you can use the command:
>> mvn spring-boot:run