Menu

Setup Instructions

Ahmed Khattab

The application was developed using the Play framework version 2.3.8 downloadable from:
https://downloads.typesafe.com/typesafe-activator/1.3.5/typesafe-activator-1.3.5-minimal.zip

This link provides the details for correctly installing Play:
https://www.playframework.com/documentation/2.3.x/Installing

To run the application (starting the web server):
1- clone this repository
2- run the following command in the RiskPerception folder:
$ activator run

This will automatically resolve all dependencies and start the webserver, the server uses port 9000
by default, the application can hence be accessed through http://localhost:9000

The application communicates with a MongoDB database, the linking to this store is configured in
RiskPerception/conf/application.conf


MongoDB Logo MongoDB