- Establish ssh connection to
otpc99.unibe.ch
. - run docker command:
sudo docker exec -it webannotator_celery_1 celery call web_annotator.tasks.create_export_partial --kwargs='{"project_id":6, "recipient":"[email protected]", "host":"http://dome.artorg.unibe.ch:8080/annotator"}'
changing project id to desired value. To check project ids: http://dome.artorg.unibe.ch:8080/annotator/admin/web_annotator/project/. - You should receive an email to the link for export.
- If you don't receive it:
- Navigate to
http://otpc99.unibe.ch:5555/
in your browser and check export status (it should be failed). - The exported archive is in
/home/otlartorg/web_annotator/data-storage/tmp
, just pick andscp
the one with the latest creation date. - Example
scp
command to copy to local computer:scp otpc99:/home/otlartorg/web_annotator/data-storage/tmp/ae2d168aa557414fb1f9c5db901e25ac.zip Documents/development/amd-annotation/data_analysis/
- Navigate to
Created
September 21, 2022 18:10
-
-
Save scandav/8b50ae7daa56bd08acfdc7f69e74da58 to your computer and use it in GitHub Desktop.
Export from Web Annotator container
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment