commit | b66814e1b54865539814eff4ffea8ec42025f174 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Oct 17 16:51:11 2018 +0200 |
committer | Akron <nils@diewald-online.de> | Wed Oct 17 16:51:11 2018 +0200 |
tree | 5a6d96b3644bf01db8c0acc4a6b5bee2b9bf4389 | |
parent | ef285651f1693df5783519df9b25c2f1f4fb6574 [diff] |
Added SystemD services for Kustvakt and Kalamar (thx Peter) Change-Id: I9081d2b5990cde2bf5e1337f279e940b039e98fd
A Vagrantfile for the KorAP Corpus Analysis Platform
A Vagrantfile provides all that is required to run KorAP in a virtual machine.
As a prerequisite, you will need Vagrant and VirtualBox.
To initially create the KorAP VM run
$ git clone https://github.com/KorAP/KorAP-Vagrant $ cd KorAP-Vagrant $ vagrant up
This will eventually download the VM image, start the VM and initialize the provision. Please be patient - the first provision will take quite some time.
Afterwards you will have the KorAP user-interface available at http://localhost:5555
on your machine. The KorAP API will be available at http://localhost:5556
. An example corpus as provided by Kustvakt will be available as well.
To update the software, simply run
$ git pull origin master $ vagrant provision
To stop the service, run
$ vagrant halt
To log into the machine, run
$ vagrant ssh
Copyright (c) 2018, IDS Mannheim, Germany
KorAP-Vagrant is developed as part of the KorAP Corpus Analysis Platform at the Institute for German Language (IDS), funded by the Leibniz-Gemeinschaft.
KorAP-Vagrant is published under the BSD-2 License.