commit | e0486170adb60e3f550a847a703269495737e852 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Dec 06 16:44:32 2018 +0100 |
committer | Akron <nils@diewald-online.de> | Tue Dec 11 21:41:34 2018 +0100 |
tree | 63b4952bb21eda094f63a17319d8f8bd346b9e9c | |
parent | b94061103867fe770f853ba6163d4d5c9c895179 [diff] |
Update Kustvakt, Krill and Kalamar dependency Change-Id: I02a66907485c90d13a5811d3d81cf5846a007e53
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 stop the service, run
$ vagrant halt
To restart the service, run
$ vagrant up
To update the software, run
$ git pull origin master $ vagrant provision
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.