commit | f09f65126439c94b3c50ca01acc10cacb0ea7034 | [log] [tgz] |
---|---|---|
author | Akron <diewald@ids-mannheim.de> | Wed Jan 30 20:05:56 2019 +0100 |
committer | Gerrit Code Review <gerrit2@korap.ids-mannheim.de> | Wed Jan 30 20:05:56 2019 +0100 |
tree | 3392e0fee194123ae27dd43599dcf9a4a7be9775 | |
parent | bb1e9161dcdccfa561f7fd452fc80588066642bb [diff] | |
parent | 92ff359331fb94418d37bd2f550684ca39f75bdd [diff] |
Merge "Add foundries to annotation helper"
A Vagrantfile for the KorAP Corpus Analysis Platform
A Vagrantfile provides all that is required to run KorAP in a virtual machine, independent of your operating system.
As a prerequisite, you will need Vagrant and VirtualBox.
Then, either create a directory KorAP-Vagrant
and put the Vagrant file in there or clone the git repository
$ git clone https://github.com/KorAP/KorAP-Vagrant
To initially create the KorAP VM, change into the KorAP-Vagrant
directory and start 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.
In case of problems installing any of the components due to network issues, restart the provision with
$ vagrant provision
To stop the service, run
$ vagrant halt
To restart the service, run
$ vagrant up
To update the software (in case, you cloned the git repository), run
$ git pull origin master $ vagrant provision
To log into the machine, run
$ vagrant ssh
Copyright (c) 2018-2019, 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.