-
Notifications
You must be signed in to change notification settings - Fork 20
Entwicklung
Christoph Schulz edited this page Nov 13, 2016
·
5 revisions
- Oracle JDK 8 / OpenJDK 8 + JavaFX
- git und git-flow
mkdir mediathekview
cd mediathekview
git clone https://github.com/mediathekview/MServer.git
git clone https://github.com/mediathekview/MSearch.git
cd MServer
Siehe MediathekView Wiki: Entwicklung: git-flow
cd MediathekView
./gradlew run
- Verzeichnisse
MServer
undMSearch
mit Netbeans öffnen
- Falls noch nicht vorhanden: Plugin buildship installieren
- Projekt
MServer
als Gradle-Projekt importieren.MSearch
wird automatisch mit importiert.