summaryrefslogtreecommitdiffstats
path: root/docs/administration.rst
diff options
context:
space:
mode:
authorAlmog Laktivi <al942u@att.com>2017-11-16 12:51:21 +0200
committerAlmog Laktivi <al942u@att.com>2017-11-16 12:51:35 +0200
commit0ca827db0fd2cee74377c844175c0df0037f4ac2 (patch)
tree74d2068aecc804317855d594ad30d443eb180925 /docs/administration.rst
parentd3169add2377f8ab1d883cf2e9e3b3f7e9b5eeb9 (diff)
Add documentation files for vvp platform
Change-Id: Ided90e8738a1b8818fa4e460e4362e0d3bdb6b06 Issue-ID: VVP-30 Signed-off-by: Almog Laktivi <al942u@att.com>
Diffstat (limited to 'docs/administration.rst')
-rwxr-xr-xdocs/administration.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/administration.rst b/docs/administration.rst
new file mode 100755
index 0000000..a39aa9b
--- /dev/null
+++ b/docs/administration.rst
@@ -0,0 +1,15 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+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.