kloudbuster/kb_server/public/README.rst
Xin 0822f5fe6f remove management tool from web UI
Change-Id: I477cfcb223038aa28034211b240d4625e99e8022
2016-04-18 21:01:29 -07:00

20 lines
761 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

KloudBuster Web UI
------------------
KloudBuster integrates a Python based web server which is able to host both
RestAPI server and KloudBuster front-end website. Normally, KloudBuster has
the front-end website pre-built and integrated into the KloudBuster image,
so you dont need to do anything to access the web UI.
Steps below are documented for development purposes, in the case if you want
to enhance the web UI. For regular users, the pre-built KloudBuster image
will satisfy most of the needs.
Build & Development
^^^^^^^^^^^^^^^^^^^
The web UI is based on AngularJS, developped from Mac OS X (Yosemite), and
verified on Ubuntu 14.04. The web UI is located in kloudbuster/kb_server/public
and accessible at: http://127.0.0.1:8080/ui/index.html.