Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Extract the CLI tool from the following ZIP file to the home directory or a place of your choice.
       wso2s2cli-1.0.0.zip
  2. Export the host and port of the SC as environment variables in your  bashrc  file before using the CLI Tool.
    Example:

    export STRATOS_SC_HOST=192.168.92.10

    export STRATOS_SC_PORT=9445

  3. Export the following environment variables by adding them into your bashrc file.

    export  JAVA_HOME=/opt/jdk1.6.0_24/

    export  PATH=$JAVA_HOME/bin:$PATH
    <<<Is the following code part of this point?>>>

    Code Block
    $ cd wso2s2cli-1.0.0
  4. Add execute permission to the script.

    Code Block
    $ chmod 755 ./stratos.sh