From b94863cc2355fc244e596ca379492cb9f80b2d7f Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Fri, 3 Nov 2017 16:22:46 +0530 Subject: Docs spell correction and CLI front page updates CLI-57 Change-Id: I35931570e2b6f1a281dbd57b485ebc4c1dd71528 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/http/web/index.html | 53 +++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 24 deletions(-) (limited to 'deployment/http') diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html index ca4d0445..78294fb0 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -30,7 +30,8 @@ body { .readme { display: inline-block; float: left; - color: white + margin: 3% 3% 0; + } * {box-sizing:border-box} @@ -40,7 +41,7 @@ body { float: right; max-width: 700px; position: relative; - margin: 5% 3% 0; + margin: 6% 3% 0; } .mySlides { @@ -51,56 +52,60 @@ body { - +
-

ONAP Command-Line Interface (CLI)

+

ONAP Command-Line Interface (CLI)

-

One Command to command whole Onap !!

-

Provides unified commands to operate ONAP using CLI.

-

Powered by Open CLI Platform (OCLIP)

-

More details

-
+

Provides unified commands to operate ONAP from Linux shell and web-console. -

Web Command Console

-

To access ONAP shell from browser,

-
+

Web Command Console

+

To open web command console for ONAP, +Click here ! -

Linux Command Shell

+

Linux Command Console

Please follow the instructions given below for installing ONAP CLI.

    -
  1. Download ONAP CLI here
  2. -
  3. Un-zip into folder /opt/onap/cli
  4. -
  5. Run command /opt/onap/cli/cli-init.sh
  6. -
  7. For more details, refer /opt/onap/cli/README.md
  8. +
  9. Download ONAP CLI from here
  10. +
  11. Unzip into folder /opt/onap/cli
  12. +
  13. Initialize CLI by running /opt/onap/cli/cli-init.sh
  14. +
  15. Run ONAP CLI, by typing onap from command line +
  16. For more details, refer /opt/onap/cli/README.md

+ +One Command to command whole Onap !! +
+

Powered by Open CLI Platform (OCLIP) +1.0 +

- +
- +
- +
- +
- +
- +
+ + \ No newline at end of file -- cgit 1.2.3-korg