How to Install New Bundle
After you build an OSGi bundle, you can dynamically install or uninstall OSGi bundles on the Kraken Core.
Kraken Core Installation
Install latest kraken core binary and run it:
- Kraken Core trunk version
- java -jar kraken-core-VERSION-package.jar
- See Kraken Core page for detail options
- Kraken Core Windows Setup for NT service installation
- It will install files in C:\Program Files\Kraken and Kraken_Core NT service
Telnet server is bound to localhost, but SSH server is bound to 0.0.0.0. Connect ssh (tcp/7022) or telnet (tcp/7004):
Default account is root and password is kraken. You should CHANGE default password:
kraken@bombom system32> account.passwd root current password: new password: confirm password: password changed successfully
Bundle Management
Let's try bundle install without any arguments:
kraken@bombom system32> bundle.install
Usage: bundle.install bundlePath
bundle.install groupId artifactId version
bundlePath example: file:///C:\bundle\sample.jar or file:///root/kraken/sample.jar
Script command print usage if any required parameter is missing.
You can install bundle from local filesystem or remote maven repositories.
Attachments
-
core-ssh.png
(51.7 KB) -
added by xeraph 4 months ago.
-
core-ssh2.png
(18.3 KB) -
added by xeraph 4 months ago.


