- ENAC-IT4Research
- ECHO
- LAB-U
make install
- Copy data
To copy from
ENAC NAS (WANH Collaborative storage)
, the outputs of interest to local data directory indata/raw
(~32GB) /!\ (this pipeline works on OS with posix file system: Linux or MacOS)
make copy_data
- Data pre-processing
Raw Data is expected in
data/raw
folder at the root of this folder (~32GB). It is processed intodata/preprocessed
(~700MB)to files ready to be used by frontend with the 2 following commands :
make preprocessing_build
make preprocessing_run
- Serve data
make run-serve-data
- Serve the app
make run-frontend
make run
- Deploy Data (ENAC-IT4R CDN)
follow steps described ENAC-IT4R CDN
with myProjectDataOrDist
= data/preprocessed/*
- Deploy web app on ENAC Server
follow steps described in https://github.com/EPFL-ENAC/enacit-ansible