Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
How to distribute extension easily
Hi,
I am working on an extension and want to distribute the prototype within my group, I prefer not publishing it to the marketplace at its early stage. However my teammates don't want to clone the whole project and set up the environment and build the project on their own, which is pretty complex.
Any idea that I can build the extension on my own and distribute something like a Jar and let them execute to have the extension installed?
I am working on an extension and want to distribute the prototype within my group, I prefer not publishing it to the marketplace at its early stage. However my teammates don't want to clone the whole project and set up the environment and build the project on their own, which is pretty complex.
Any idea that I can build the extension on my own and distribute something like a Jar and let them execute to have the extension installed?
0
Best Answer
-
jwpfau Employee, Member Posts: 303 RM EngineeringHi,
if you run the installExtension gradle task the extension .jar is placed in the ~/.RapidMiner/extensions folder, you could share this .jar with them, they just would have to manually add it to the same folder.
Greetings,
Jonas0