WaterAgeNeutralHabitats

Water-Age-Neutral-Habitats

Install

make install

Data pipeline

  1. Copy data To copy from ENAC NAS (WANH Collaborative storage), the outputs of interest to local data directory in data/raw (~32GB) /!\ (this pipeline works on OS with posix file system: Linux or MacOS)
make copy_data
  1. Data pre-processing Raw Data is expected in data/raw folder at the root of this folder (~32GB). It is processed into data/preprocessed (~700MB)to files ready to be used by frontend with the 2 following commands :
make preprocessing_build
make preprocessing_run

Run on my desktop

  1. Serve data
make run-serve-data
  1. Serve the app
make run-frontend

Run on server

make run

Deploy

  1. Deploy Data (ENAC-IT4R CDN)

follow steps described ENAC-IT4R CDN with myProjectDataOrDist = data/preprocessed/*

  1. Deploy web app on ENAC Server

follow steps described in https://github.com/EPFL-ENAC/enacit-ansible