Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.1 KB

License: GPL v3 Build Status Quality Gate

MServer

Server zum crawlen der Mediatheken. Teil von MediathekView.

Entwicklung

Code auschecken

mkdir mediathekview
cd mediathekview
git clone https://github.com/mediathekview/MServer.git
git clone https://github.com/mediathekview/Mlib.git

Bauen und starten an der Kommandozeile

cd MServer
./gradlew run

Entwicklung mit Netbeans

  • Verzeichnisse MLib und MServer mit Netbeans öffnen

Entwicklung mit Eclipse

  • Falls noch nicht vorhanden: Plugin buildship installieren
  • Projekt MServer als Gradle-Projekt importieren. MLib wird automatisch mit importiert.