wiki:InstallBundle

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:

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