Skip to content
Snippets Groups Projects
Commit 9c3d9049 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

added documentation.

parent 7afa6832
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,9 @@ Please download at first the configuration and folder ZIP file, where all the ne
`kolibri-addon-textgrid-import.zip <https://projects.gwdg.de/projects/kolibri/repository/revisions/master/raw/kolibri-addon-textgrid-import/src/main/resources/kolibri-addon-textgrid-import.zip>`_
This ZIP file please do extract to your preferred working folder. Furthermore you will need the koLibRI Command Line Module prepared for the usage of the TextGrid import. Please put this JAR into your working folder and rename it to **kolibri-cli-6.46.3-SNAPSHOT.jar** (just for simplifying things, and for having the right name used in the **kolibri-go** scripts ... ):
This ZIP file please do extract to your preferred working folder. Furthermore you will need the koLibRI Command Line Module prepared for the usage of the TextGrid import. Please put this JAR into your working folder and rename it to **kolibri-cli-7.0.1-SNAPSHOT.jar** (just for simplifying things, and for having the right name used in the **kolibri-go** scripts ... ):
`kolibri-cli-6.46.3-SNAPSHOT.jar <https://ci.de.dariah.eu/nexus/service/local/artifact/maven/redirect?r=snapshots&g=de.langzeitarchivierung.kolibri&a=kolibri-cli&v=6.46.3-SNAPSHOT&e=jar>`_
`kolibri-cli-7.0.1-SNAPSHOT.jar <https://ci.de.dariah.eu/nexus/service/local/artifact/maven/redirect?r=snapshots&g=de.langzeitarchivierung.kolibri&a=kolibri-cli&v=7.0.1-SNAPSHOT&e=jar>`_
You now should have a folder structure like the following:
......@@ -41,12 +41,12 @@ You now should have a folder structure like the following:
⌊ metadata-responses
⌊ temp
⌊ work
⌊ kolibri-cli-6.46.3-SNAPSHOT.jar
⌊ kolibri-cli-7.0.1-SNAPSHOT.jar
⌊ kolibri-go.bat
⌊ kolibri-go.sh
⌊ version.txt
Please check if you have the correct ZIP downloaded, the file **version.txt** should contain the current version of the koLibRI import tool: **kolibri-addon-textgrid-import-6.46.3-SNAPSHOT**
Please check if you have the correct ZIP downloaded, the file **version.txt** should contain the current version of the koLibRI import tool: **kolibri-addon-textgrid-import-7.0.1-SNAPSHOT**
Configuration
......@@ -266,6 +266,18 @@ in a Linux console and MAX OS terminal or
in a Windows/DOS command shell.
If you do need more memory for your koLibRI import, just add a 1024M or 2048M or 4096M or more to your start command, so just type
::
./kolibri-go.sh config/tglab_config.xml 4096M
or
::
kolibri-go.bat config\tglab_config.xml 4096M
You can check the status of your imports either in the TextGridLab's project you imported in or in the TextGridRep Sandbox, depending on your configuration. For using the correct charsets (depending on your local charset configuration some special chars, such as ö, ä, ü, may not be correctly processed), the -D trigger in the **kolibri-go** scripts already are set to UTF-8. Furthermore you are allowed to use more then the default 50.000 XML child objects, so we set this to 500.000, as needed for handling projects with many objects.
TODO: Check if bat file is working on Windows 10!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment