A template project for creating a RapidMiner Studio extension.
- Requires Gradle 2.3+ (get it here or use the Gradle wrapper shipped with this template)
-
Clone the extension template
-
Initialize the extension project by executing the initializeExtensionProject Gradle task (e.g. via 'gradlew initializeExtensionProject')
-
Build and install your extension by executing the installExtension Gradle task
-
Copy build jar to your ~/.RapidMiner/extensions/ directory
-
Start RapidMiner Studio and check whether your extension has been loaded