Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 549 Bytes

RELEASING.md

File metadata and controls

14 lines (11 loc) · 549 Bytes

Releasing WALS Online

The data served by WALS Online is curated in the GitHub repository cldf-datasets/wals. Thus, a release of WALS Online is always bound to a release of this repository.

So, assuming cldf-datasets/wals has been released on Zenodo, with DOI <DOI> assigned to it, we

  • recreate the web application's database running
    wals-app initdb --doi <DOI> --repos ../../cldf/wals
  • deploy the app running fab deploy:production via appconfig.