diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/http/web/index.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html index 1bc23d76..f722b657 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -8,31 +8,5 @@ function redirectToConsole(){ </head> <body onload="showSlides()" style="background-color: white;color: black"> -<div class="readme"> -<h2>ONAP Command-Line Interface (CLI)</h2> - -<p>Provides unified commands to operate ONAP from Linux shell and web-console. - -<h3 >Web Command Console</h3> -<p>To open web command console for ONAP, -<a onclick="redirectToConsole();" style="color: blue;cursor: pointer">Click here !</a> - -<h3>Linux Command Console</h3> -<p>Please follow the instructions given below for installing ONAP CLI.</p> -<ol> -<li>Download ONAP CLI from <a href="./onap-cli.zip">here</a></li> -<li>Unzip into folder /opt/onap/cli</li> -<li>Initialize CLI by running /opt/onap/cli/cli-init.sh</li> -<li>Run ONAP CLI, by typing <strong>onap</strong> from command line -<li>For more details, refer /opt/onap/cli/README.md</li> -</ol> -<br> -<a href="http://onap.readthedocs.io/en/latest/submodules/cli.git/docs/index.html" style="color: blue;"> -<sub style="color: blue;"><strong>One Command to command whole Onap !!</strong></sub></a> -<hr> -<p><i>Powered by <strong>Open CLI Platform (OCLIP) </strong> -<a href="http://onap.readthedocs.io/en/latest/submodules/cli.git/docs/OCLIP.html" style="color: blue;">1.0</a> -</i></p> -</div> </body></html> |