From a9acfc17c3d5ca53022132084beee725f7ebc608 Mon Sep 17 00:00:00 2001 From: "Bozawglanian, Hagop (hb755d)" Date: Tue, 1 May 2018 17:32:25 +0000 Subject: VVP - Fixing Doc's to be added to readthedocs Updating the Documentation structure to be included in the readthedocs for the Beijing release. Change-Id: I91627a726ed3076aeaef0131d186b6d5ad6de597 Issue-ID: VVP-35 Signed-off-by: Bozawglanian, Hagop (hb755d) --- docs/administration.rst | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) mode change 100755 => 100644 docs/administration.rst (limited to 'docs/administration.rst') diff --git a/docs/administration.rst b/docs/administration.rst old mode 100755 new mode 100644 index a39aa9b..11e2c7b --- a/docs/administration.rst +++ b/docs/administration.rst @@ -1,15 +1,27 @@ .. 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. +================ + +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. +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 +----------- -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. +Actions +--------- -- cgit 1.2.3-korg