No description
Find a file
2019-11-05 09:18:00 +00:00
.idea setup docker containers 2019-11-05 10:16:39 +01:00
DataGatherer Build(deps): Bump axios from 0.18.0 to 0.18.1 in /DataGatherer 2019-11-05 09:18:00 +00:00
DataGenerator setup docker containers 2019-11-05 10:16:39 +01:00
Predictor setup docker containers 2019-11-05 10:16:39 +01:00
Shared setup docker containers 2019-11-05 10:16:39 +01:00
.gitignore Feat: implemented mongo store/retrieve datas for webservice and imagecreator; Feat: parallel execution of Puppets with random flow 2019-05-03 01:33:31 +02:00
apacheDockerfile.yml setup docker containers 2019-11-05 10:16:39 +01:00
docker-compose.yml setup docker containers 2019-11-05 10:16:39 +01:00
mongoDockerfile.yml setup docker containers 2019-11-05 10:16:39 +01:00
nodeDockerfile.yml setup docker containers 2019-11-05 10:16:39 +01:00
README.md setup docker containers 2019-11-05 10:16:39 +01:00

To compile it and put in production, please follow indications:

Compile

  • istruzioni per compilare python

  • cd DataGatherer

    • npm run build:prod
  • cd..

    • cd Predictor/PredictorWebService
    • npm run build-ws:prod

Run

sudo docker-compose up

open browser on localhost:8002 database starts to popolate while moving on browser web graphical interface.

To obtain images from data run

  • cd Predictor/PredictorWebService
  • npm run start:image-creator