-
Notifications
You must be signed in to change notification settings - Fork 3
Installation KrimDok
Oliver Obenland edited this page Dec 11, 2015
·
5 revisions
Für die Installation wird eine Konfigurationsdatei benötigt. Es gibt schon Konfigurationen für bestimmte Server und Workstations:
- local, für Workstation
- sobek
- ub15
Sollte keine passende Konfiguration existieren, muss diese erst erstellt werden.
CONFIG=local|sobek|ub15 # Bitte eins wählen!
git clone --recurse-submodules https://github.com/ubtue/ub_tools.git /tmp/ub_tools ; cd /tmp/ub_tools ; git pull ; cd - ; sudo /tmp/ub_tools/install/install.sh "/tmp/ub_tools/install/krimdok-$CONFIG.conf"
Nach dem erfolgreichen Durchlaufen der Installation sollte KrimDok schon erreichbar sein.
Start und Stop funktioniert per SystemD:
systemctl start vufind.service
oder Upstart:
service vufind start
Nach funktionierender Installation kann aufgeräumt werden:
rm -Rf /tmp/ub_tools