Layout korrigiert
This commit is contained in:
parent
9c85c91042
commit
2b223349bc
|
@ -1,7 +1,7 @@
|
||||||
# Datenintegration für noah.nrw
|
# Datenintegration für noah.nrw
|
||||||
Harvesting von OAI-PMH-Schnittstellen und Transformation in METS/MODS für das Portal [noah.nrw](https://noah.nrw/)
|
Harvesting von OAI-PMH-Schnittstellen und Transformation in METS/MODS für das Portal [noah.nrw](https://noah.nrw/)
|
||||||
|
|
||||||
> **:warning: Dies ist ein Prototyp für die Beta-Version des Portals noah.nrw; für den Produktivbetrieb ist der Einsatz von [metafacture](https://github.com/metafacture) geplant.**
|
**:warning: Dies ist ein Prototyp für die Beta-Version des Portals.**
|
||||||
|
|
||||||
## Datenfluss
|
## Datenfluss
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@ Harvesting von OAI-PMH-Schnittstellen und Transformation in METS/MODS für das P
|
||||||
|
|
||||||
* Harvesting (mit Cache): [metha](https://github.com/miku/metha/)
|
* Harvesting (mit Cache): [metha](https://github.com/miku/metha/)
|
||||||
* Transformation: [OpenRefine](https://github.com/OpenRefine/OpenRefine) und [openrefine-client](https://github.com/opencultureconsulting/openrefine-client)
|
* Transformation: [OpenRefine](https://github.com/OpenRefine/OpenRefine) und [openrefine-client](https://github.com/opencultureconsulting/openrefine-client)
|
||||||
|
* :warning: Für den Produktivbetrieb ist der Einsatz von [metafacture](https://github.com/metafacture) geplant.
|
||||||
* Task Runner: [Task](https://github.com/go-task/task)
|
* Task Runner: [Task](https://github.com/go-task/task)
|
||||||
|
|
||||||
## Systemvoraussetzungen
|
## Systemvoraussetzungen
|
||||||
|
@ -58,7 +59,7 @@ Harvesting von OAI-PMH-Schnittstellen und Transformation in METS/MODS für das P
|
||||||
sudo dnf install ./metha-0.2.20-0.x86_64.rpm && rm metha-0.2.20-0.x86_64.rpm
|
sudo dnf install ./metha-0.2.20-0.x86_64.rpm && rm metha-0.2.20-0.x86_64.rpm
|
||||||
```
|
```
|
||||||
|
|
||||||
b) DEB-basiert (Debian, Ubuntu etc.)
|
b) DEB-basiert (Debian, Ubuntu etc.)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
wget https://github.com/miku/metha/releases/download/v0.2.20/metha_0.2.20_amd64.deb
|
wget https://github.com/miku/metha/releases/download/v0.2.20/metha_0.2.20_amd64.deb
|
||||||
|
@ -74,7 +75,7 @@ b) DEB-basiert (Debian, Ubuntu etc.)
|
||||||
sudo dnf install ./task_linux_amd64.rpm && rm task_linux_amd64.rpm
|
sudo dnf install ./task_linux_amd64.rpm && rm task_linux_amd64.rpm
|
||||||
```
|
```
|
||||||
|
|
||||||
b) DEB-basiert (Debian, Ubuntu etc.)
|
b) DEB-basiert (Debian, Ubuntu etc.)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
wget https://github.com/go-task/task/releases/download/v3.2.2/task_linux_amd64.deb
|
wget https://github.com/go-task/task/releases/download/v3.2.2/task_linux_amd64.deb
|
||||||
|
|
Loading…
Reference in New Issue