Skip to content

Entwicklung

Christoph Schulz edited this page Nov 13, 2016 · 5 revisions

Vorraussetzungen

  • Oracle JDK 8 / OpenJDK 8 + JavaFX
  • git und git-flow

Code auschecken

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

Workflow

Siehe MediathekView Wiki: Entwicklung: git-flow

Bauen und starten an der Kommandozeile

cd MediathekView
./gradlew run

Entwicklung mit Netbeans

  • Verzeichnisse MServer und MSearch mit Netbeans öffnen

Entwicklung mit Eclipse

  • Falls noch nicht vorhanden: Plugin buildship installieren
  • Projekt MServer als Gradle-Projekt importieren. MSearch wird automatisch mit importiert.
Clone this wiki locally