Go to file
2026-02-23 16:11:35 +01:00
ajax Initial commit 2026-02-23 16:11:35 +01:00
dspace-api Initial commit 2026-02-23 16:11:35 +01:00
js Initial commit 2026-02-23 16:11:35 +01:00
templates Initial commit 2026-02-23 16:11:35 +01:00
.gitignore Initial commit 2026-02-23 16:11:35 +01:00
Classifications.php Initial commit 2026-02-23 16:11:35 +01:00
Corporates.php Initial commit 2026-02-23 16:11:35 +01:00
getTreePath.php Initial commit 2026-02-23 16:11:35 +01:00
index.php Initial commit 2026-02-23 16:11:35 +01:00
migrate_tsdata.sh Initial commit 2026-02-23 16:11:35 +01:00
Persons.php Initial commit 2026-02-23 16:11:35 +01:00
Publishers.php Initial commit 2026-02-23 16:11:35 +01:00
README.md Initial commit 2026-02-23 16:11:35 +01:00
setup-libs.sh Initial commit 2026-02-23 16:11:35 +01:00
styles.css Initial commit 2026-02-23 16:11:35 +01:00
Subjects.php Initial commit 2026-02-23 16:11:35 +01:00
Treeview.php Initial commit 2026-02-23 16:11:35 +01:00

Thesaurus

Webbasierte Thesaurus-Verwaltung für Schlagwörter, Personen, Körperschaften, Verlage und Klassifikationen.

Voraussetzungen

  • PHP 7.4 oder höher
  • MySQL/MariaDB
  • Apache Webserver

Installation

  1. Repository klonen
  2. ajax/db_connection.php.example kopieren und umbenennen:
    cp ajax/db_connection.php.example ajax/db_connection.php
    
  3. Zugangsdaten in ajax/db_connection.php eintragen
  4. Abhängigkeiten installieren:
    bash setup-libs.sh