Reputation: 3
I'd like to use "warp10-ext-flows" on my warp10 installation but i dont have internet acces on this VM. Is there a simple solution to install it manually ?
Thanks in advance,
Upvotes: 0
Views: 32
Reputation: 91
To manually install FLoWS:
${WARP10_HOME}/lib
directory is added to the classpath.${WARP10_HOME}/etc/70--extensions.conf
:warpscript.extension.flows = io.warp10.ext.flows.FLoWSWarpScriptExtension
This works in the same way for other extensions or plugins.
Note that ${WARP10_HOME}
is usually not defined in your shell, it's just a way to indicate the directory where you deployed Warp 10.
Upvotes: 0