Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Storing Completed Workshops

Helen Burns edited this page Oct 4, 2019 · 3 revisions

Storing Completed Workshops

Requires Google key

Requires google python packages from fortis.yml

To retrieve and tidy up each workshop

  1. Python environment must be set up with google modules e.g. conda activate fortis
  2. Credentialla file must be set export GOOGLE_APPLICATION_CREDENTIALS=<path-to-json-file
  3. Create folder with workshop name as named on site mkdir 9_13_September_2019_KL_Met_Malaysia
  4. Run ./retrieve_Workshop.py --workshop '9_13_September_2019_KL_Met_Malaysia'
  5. Run ./fortis_tidy.sh *nb: doesn't like days missing`
  6. Check details if prompted to!
  7. zip -r archive.zip workshop-directory
Clone this wiki locally