bHussonAtilf / inception

INCEpTION provides a semantic annotation platform offering intelligent annotation assistance and knowledge management.
https://inception-project.github.io
Apache License 2.0
0 stars 0 forks source link

ATILF documentation #2

Open awachatilf opened 1 year ago

awachatilf commented 1 year ago

Documentation intended for ATILF

awachatilf commented 1 year ago

List of HTML files still containing untranslated strings (manual search inside *.html files containing "Licensed to the Technische Universität Darmstadt")

@bHussonAtilf

inception-active-learning:

inception-api-annotation:

inception-app-webapp:

inception-curation:

inception-diam-editor:

inception-image:

inception-imls-elg:

inception-imls-hf:

inception-imls-weblicht: WeblichtRecommenderTraitsEditor.html inception-kb-fact-linking:

inception-layer-docmetadata:

inception-pdf-editor:

inception-pdf-editor2:

inception-project-export:

inception-recommendation:

inception-sharing:

inception-support:

inception-ui-annotation:

inception-ui-core:

inception-ui-curation:

inception-ui-dashboard:

inception-ui-external-search:

inception-ui-project:

inception-ui-search:

inception-ui-tagsets:

inception-workload-dynamic:

inception-workload-matrix:

awachatilf commented 1 year ago

INCEpTION installation configuration

Install the root project "pom" file ("INCEpTION" project) with maven "package" command and "non-m2e" and "wicket-module" profile. Add "-Dmaven.test.skip=true" option to the "mvn" command line.

In case of npm build errors due to a project update (for example in inception-support-bootstrap module), you may have to remove "inception/inception/nodejs/" repository and execute "bash inception/inception/update-package-lock.sh" script to update node installation. You will then be able to run maven install of root project.

Then you may launch the application with the "src/main/java/de.tudarmstadt.ukp.inception/INCEpTION.java" file of the "inception-app-webapp" module. You may add the "-Dinception.dev=true" option to the command line and should use java 17 version.