Add README.md

This commit is contained in:
2026-05-18 11:30:39 +02:00
commit eee45342da
+136
View File
@@ -0,0 +1,136 @@
# AG 8 Machines
## FeedBook prod
```shell
ssh fb_admin@fb-prod0.ai.iwm-kmrc.de
```
https://ai2teach.de/feedbook/
Everything with Docker compose
Repo and Readme: https://gitea.iwm-tuebingen.de/Language_and_AI/feedbook-prod-deploy
(128 Cores, 2 TB RAM, 2,5TB Platte)
## FeedBook staging
```shell
ssh fb_admin@fb-devel0.ai.iwm-kmrc.de
```
FeedBook production system used for FeedBook staging / testing / trying things out
http://fb-devel0.ai.iwm-kmrc.de:3000
Everything with Docker compose
Repo and Readme: https://gitea.iwm-tuebingen.de/Language_and_AI/feedbook-prod-deploy
(112 Cores, 500 GB RAM, 3TB Platte)
## ai2teach-theck
```shell
ssh my-username@ai2teach-theck.ai.iwm-kmrc.de
```
Dev machine of Tanja Heck for FeedBook
## variability
```shell
ssh my_username@variability.dmz.iwm-kmrc.de
```
Run an old-style FeedBook without Docker Compose.
Tanja Heck's old study. Keep data, but FeedBook doesn't have to run.
## CTAP
```shell
ssh my_username@ctap.ai.iwm-kmrc.de
sudo -u ctap /bin/bash -l
```
Repo: https://gitea.iwm-tuebingen.de/Language_and_AI/ctap_dev
Webpage: https://sifnos.iwm-tuebingen.de/ctap/
Benedikt Beuttler's machine. Language metrics. Originally from Xiao Bin.
## FLAIR.schule
```shell
ssh my_username@flair.ai.iwm-kmrc.de
```
Webpage: https://sifnos.iwm-tuebingen.de/flair/ or https://flair.schule/flair/
Repo: https://gitea.iwm-tuebingen.de/Language_and_AI/FLAIR
Docker: https://gitea.iwm-tuebingen.de/docker/-/packages/container/flair-app/latest
Benedikt Beuttler's machine. Verwandt mit KANSAS. Annotiert Internet texte linguistic-wise. Uses GWT, Java 8, Tomcat 9.
## COAST
```shell
ssh my_username@coast.ai.iwm-kmrc.de
```
Heiko Holz
Webpage: https://sifnos.iwm-tuebingen.de/coast/users/login
## Palme
Denise Löfflad / Benedikt Beuttler
Repo: https://gitea.iwm-tuebingen.de/Language_and_AI/PALME and https://gitea.iwm-tuebingen.de/Language_and_AI/PALME_WebApp
Webpage: https://sifnos.iwm-tuebingen.de/palme/gerextractor/
Pädagogisch Ausgerichtete Linguistische Merkmalsextraktion: PALME ist das deutsche Gegenstück zum (englischen) POLKE-Projekt (erstellt von Nelly Sagirov, aus der Xiaobin-Gruppe). In PALME/POLKE werden die sprachlichen Komplexitäten und die Verständlichkeit von Texten erfasst und bewertet. Für das Englische wurden entsprechende EGPs (English Grammer Profile) Konstrukte erstellt, welche für PALME teilweise ins deutsche übersetzt wurden.
## LATILL / Kansas-API
```shell
ssh my_username@latill.ai.iwm-kmrc.de
sudo su - latill
```
Denise Löfflad / Benedikt Beuttler / Detmar
Repo: https://gitea.iwm-tuebingen.de/Language_and_AI/kansas-api
LATILL runs on latill.eu (in Spain) and uses the Kansas API to do the search.
The Kansas API is a Micronaut project that uses a jar that is generated with the Kansas project (https://gitea.iwm-tuebingen.de/Language_and_AI/kansas) in the **branch devLatill**.
POST endpoint: https://sifnos.iwm-tuebingen.de/kansas-api/
For testing a GET endpoint: https://sifnos.iwm-tuebingen.de/kansas-api/testdata-full
## Polke (pextractor)
```shell
ssh my_username@pextractor.ai.iwm-kmrc.de
sudo su - fb_admin
```
Used by FeedBook
Was supposed to run Polke but this is not needed anymore. Kind of abondoned. Mariia uses it for FB/Polke development.