diff options
author | Lovett, Trevor <trevor.lovett@att.com> | 2019-02-15 18:17:14 -0600 |
---|---|---|
committer | Lovett, Trevor <trevor.lovett@att.com> | 2019-02-16 08:47:41 -0600 |
commit | bcbac1a1498b4f064fba575f7cbe8cb9b3663cd8 (patch) | |
tree | 8a185fa51017e0788162dec8ffa5d9d9d7d697cc /docs/administration.rst | |
parent | 023d74cc2d436659398743c412a602c6c1777fcb (diff) |
[VVP] Doc for GUI, Docker, and Deprecation
Revising documentation to reflect the deprecation
of the VVP web application as well as adding
documentation for the new additions such as:
* Alternate report options
* Native GUI tool
* Docker execution
Change-Id: Ia1b1e99e7d5fb657286efb281049e4550a80d1b6
Issue-ID: VVP-137
Signed-off-by: Lovett, Trevor (tl2972) <tl2972@att.com>
Diffstat (limited to 'docs/administration.rst')
-rw-r--r-- | docs/administration.rst | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/administration.rst b/docs/administration.rst deleted file mode 100644 index 0fb3fe5..0000000 --- a/docs/administration.rst +++ /dev/null @@ -1,27 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright 2017 AT&T Intellectual Property. All rights reserved. - -Administration -================ - -There is a functionality which part of Django framework to manage all -models and tables located on our application's db. -The django based containers are: engagement-manager, cms, ci tests - -Usually, the admin dashboard url is http(s)://{{domain}}/admin/ -Throght there you will see all models exists in the related application -(in the shape of tables) and will be able to create/update/delete there rows. - -The VVP application allow you to login into portal as admin (usually created -under admin@{{your-domain}}.com). The admin allow you to manage VVP entities, -update templates and display all availiable engagements and VFs. -You can reach the screen by clicking the user bubble on top-right -of the screen, and from the drop-down menu - click the 'Admin' button. - -Processes ------------ - - -Actions ---------- |