From fd560d8bdad53456351950f57a6fd07323d0d35e Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 11 Oct 2017 14:25:40 +0530 Subject: Update index.html with installation steps CLI-2 Change-Id: Ia06720ff79a96c742907ad6393f0865e93191642 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/http/web/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'deployment') diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html index 7bc18034..9eece011 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -15,6 +15,28 @@ function redirectToConsole(){

To download

Please download ONAP CLI here

+

To install

+

Please follow the instructions given below for installing ONAP CLI.

+
    +
  1. Un-zip the above download file into /opt/onap/cli folder
  2. +
  3. Run the following commands: +
    export ONAP_CLI_HOME=$CLI_INSTALL_DIR +
    export CLI_PRODUCT_VERSION=onap-1.1 +
    +
    cd $CLI_INSTALL_DIR +
    +
    if [ ! -d ./data ]; then mkdir ./data; fi +
    if [ ! -d ./onap-cli-schema ]; then mkdir ./onap-cli-schema; fi +
    +
    chmod +x ./bin/onap.sh +
    +
    #Make onap available in path +
    ln ./bin/onap.sh $CLI_BIN +
    +
    #Print the version +
    onap -v
  4. +
+

Web Command console

To open Console, Click Web Command console

-- cgit 1.2.3-korg