From 2038a57351d230444290f9dac390028c589b59fb Mon Sep 17 00:00:00 2001 From: Tarik Havighorst Date: Fri, 19 Nov 2021 19:12:21 +0100 Subject: [PATCH] Added RELEASING.md --- RELEASING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 RELEASING.md diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..f3584d0 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,18 @@ +# Releasing clld/mixezoqueanvoices + +* dataset is located [here](https://github.com/lexibank/mixezoqueanvoices). + +* create the database (with data repo in `./mixezoqueanvoices-data/`) + ``` + clld initdb --cldf ./mixezoqueanvoices-data/cldf/cldf-metadata.json --glottolog development.ini + ``` + +* run tests + ``` + pytest + ``` + +* deploy + ``` + (appconfig)$ fab deploy:production + ```