-
Notifications
You must be signed in to change notification settings - Fork 0
Development
Jiří Vinárek edited this page Apr 28, 2014
·
3 revisions
- Download and install Mongo DB
- Execute
mongodfile
This eclipse installation contains KNIME-related plugins necessary to run developed plugins. It is not intended for development as it is more than two years old.
- Download and install KNIME SDK 2.9.2
This is the eclipse instance used for development.
- Download and install Eclipse Modeling Tools 4.3.2
- Install
Meclipse pluginMonjaDB client - Install Xtend. Choose version 2.5.4 as it is used in the target platform definition as well.
- Clone git repository and import project
org.mycounterinto workspace - Open file
config/org.mycounter.targetin the target definition editor. Edit path with eclipse knime location and select Set as Target Platform. Project should compile without errors - Run project using
org.mycounterlaunch configuration. Check these things:- New KNIME instance should appear with node MyCounter
- Console should contain output similar to the picture below:
- Mongo instance should contain collection test with document Child:
- Apache Felix Web Console should be accessible at http://localhost/system/console/bundles. TODO - logging to the web console is not working.