Formatierung vereinheitlicht
This commit is contained in:
parent
c3cbb59313
commit
dc5ca64239
|
@ -168,7 +168,7 @@ Optional:
|
|||
|
||||
### Koha zurücksetzen (falls etwas total schiefgeht)
|
||||
|
||||
```bash
|
||||
```shell
|
||||
sudo koha-remove bibliothek
|
||||
sudo apt purge koha-common
|
||||
sudo rm -r /usr/share/koha
|
||||
|
|
|
@ -132,21 +132,21 @@ Note:
|
|||
|
||||
1. Java 8 installieren
|
||||
|
||||
```bash
|
||||
```shell
|
||||
sudo apt update
|
||||
sudo apt install openjdk-8-jre-headless
|
||||
```
|
||||
|
||||
2. Zip-Archiv herunterladen und entpacken
|
||||
|
||||
```bash
|
||||
```shell
|
||||
wget https://github.com/archivesspace/archivesspace/releases/download/v2.8.0/archivesspace-v2.8.0.zip
|
||||
unzip -q archivesspace-v2.8.0.zip
|
||||
```
|
||||
|
||||
3. ArchivesSpace starten
|
||||
|
||||
```bash
|
||||
```shell
|
||||
archivesspace/archivesspace.sh
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue