The Karp backend, version 1.0-beta1, was released 2015-12-04. The source code is distributed under an [MIT license](https://opensource.org/licenses/MIT) and can be downloaded with git: `git clone http://spraakbanken.gu.se/pub/karp.git` The full documentation on how to download, install and configure the Karp backend is available [here](https://svn.spraakdata.gu.se/sb-arkiv/pub/dokumentation/karp/backend/doc/about.pdf). Using Docker ------------ If you want to run Karp locally, for test and development, you can get an easy start by using [Docker](https://www.docker.com/). If so, download the code [here](https://svn.spraakdata.gu.se/repos/karp/branches/workshop-docker) and follow the instructions in README.md. Prerequisites ------------ * ElasticSearch Download [version 1](https://www.elastic.co/downloads/past-releases/elasticsearch-1-5-2). Install as described [here](https://www.elastic.co/downloads/elasticsearch) * [Virtual Env](http://docs.python-guide.org/en/latest/dev/virtualenvs/). * SQL (preferrably [MySQL](https://www.mysql.com/) or [MariaDB](https://mariadb.org/)) * a WSGI server for example mod\_wsgi with Apache, Waitress, Gunicorn, uWSGI... * Authserver (if you plan to use Karp's editor) [This one](https://svn.spraakbanken.gu.se/repos/cjs/pub/wsauth/) is used at Språkbanken. It requires [Drupal 7](https://www.drupal.org/) together with the module [Email Registration](https://www.drupal.org/project/email_registration) * Python2 >= 2.7 with pip Api --- The full api of the web service is found [here](https://ws.spraakbanken.gu.se/ws/karp/)