Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

You need an interactive client CLI tool to start using the demo setup. Follow the steps mentioned below to be able to use the CLI tool:

  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?>>>

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

    $ chmod 755 ./stratos.sh
  • No labels