This repository contains the files necessary for setting up KorAP using Repo, a tool built by the Android development team to manage multi-repository projects.

Clone this repo:

Branches

  1. 0db7f98 Simplify and updare Readme by Marc Kupietz · 1 year, 10 months ago master
  2. 86a5fc8 Sync via gerrit public https by Marc Kupietz · 1 year, 10 months ago
  3. bddc92d Try to fix GH sync by Marc Kupietz · 1 year, 10 months ago
  4. 7c3f9f6 Try to fix GH sync by Marc Kupietz · 1 year, 10 months ago
  5. caa22a4 Update Readme.md by Marc Kupietz · 1 year, 10 months ago

KorAP Repo Manifest

This repository is aimed at developers and others who want to build KorAP or one of its components or related tools.

It helps to check out all necessary repositories using Repo, a tool built by the Android development team to manage multi-repository projects.

Getting started

Install the repo command

Follow the repo installation instructions.

Initialize the KorAP source repositories

mkdir KorAP
cd KorAP
repo init -u https://korap.ids-mannheim.de/gerrit/KorAP/manifest
repo sync

Learn how start and upload KorAP changes for review

See the repo command reference.