Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 568 Bytes

RELEASING.md

File metadata and controls

14 lines (12 loc) · 568 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.

  • update the release info at wals3/appconf.ini
  • recreate the web application's database running
    clld initdb development.ini --cldf ../wals/cldf/StructureDataset-metadata.json
  • make sure tests pass.
  • commit and push.
  • deploy the app running fab deploy:production via appconfig.