Publish project to TextGrid-Testinstance

{% set tg_session_id = project.main_config.get_tg_session_id('test')%}
{% if tg_session_id %}
Select from existing projects {% for tg_project in project.get_tgp('test').get_tg_projects() %} {% endfor%} or create a new project:
Publish project
{% if project.main_config.get_tg_project_id('test') %}

Whats next?

  • Go to Testinstance
  • Display 'Unpublished projects' My TextGrid/Unpublished Data
  • Check if everything looks as favored

{% else %}
Attention

You need to select a TextGrid project in order to publish your project to TextGrid-Testinstance!

{% endif %}
{% else %}
Attention

You need to provide a "TgAuth Session ID" in order to publish your project to TextGrid-Testinstance!

1. Please first go to this page! (You may need to log in via DARIAH-AAI)

2. Then click on "More Details" and copy the "TgAuth Session ID" to your clipboard.

3. Finally, paste it into the input field above and save it.

{% endif %}