A Vagrantfile for the KorAP Corpus Analysis Platform

Clone this repo:

Branches

Tags

  1. 29af73a Fix README to match new IDS webpage by Akron · 3 years, 4 months ago master
  2. 53e1402 Update dependencies by Akron · 4 years, 1 month ago
  3. ef026dc Update all components by Akron · 4 years, 10 months ago
  4. 6778d09 Update perl version to work around issue with Date::Parse by Akron · 4 years, 10 months ago
  5. 01e3c1a Don't run systemd with sudo. by Akron · 5 years ago

KorAP-Vagrant

A Vagrantfile for the KorAP Corpus Analysis Platform

Description

A Vagrantfile provides all that is required to run KorAP in a virtual machine, independent of your operating system.

Setup

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. 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

Development and License

Copyright (c) 2018-2021, IDS Mannheim, Germany

KorAP-Vagrant is developed as part of the KorAP Corpus Analysis Platform at the Leibniz Institute for the German Language (IDS), funded by the Leibniz-Gemeinschaft.

KorAP-Vagrant is published under the BSD-2 License.