From 2653de36cdd5c913e4dec5f15837687dbf9981ab Mon Sep 17 00:00:00 2001 From: danbjoseph Date: Wed, 19 Dec 2018 11:49:04 -0500 Subject: [PATCH] resolves #10 --- source/posm/setup.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/posm/setup.rst b/source/posm/setup.rst index 85c46fa..674508a 100644 --- a/source/posm/setup.rst +++ b/source/posm/setup.rst @@ -208,6 +208,21 @@ When preparing a POSM for use in the field, we recommend downloading the followi Please let us know additional tools that you find useful that should be included on this list. +******************************************************************************** +Accessing admin settings +******************************************************************************** + +As of the 0.8.0 release of POSM (via posm/posm-admin-ui@2.2.0), the admin sidebar does not include links to "admin" functionality by default. + +To access general-purpose admin functionality (backups at the moment), go directly to ``http://posm.io/posm/admin``. + +To access network settings, go directly to ``http://posm.io/posm/settings``. + +To include links to admin functionality, edit ``/opt/posm-www/config.json`` and remove ``"showAdmin": false,``. + +Alternately, set ``posm_show_admin=true`` in ``kickstart/etc/settings`` prior to installation (only relevant when installing from source). + + ******************************************************************************** Networking ********************************************************************************