diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/book-enea-edge-getting-started/doc/book.xml | 2 | ||||
| -rw-r--r-- | doc/book-enea-edge-getting-started/doc/whitelabel.xml | 139 |
2 files changed, 141 insertions, 0 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/book.xml b/doc/book-enea-edge-getting-started/doc/book.xml index e74ac85..4aa2bfe 100644 --- a/doc/book-enea-edge-getting-started/doc/book.xml +++ b/doc/book-enea-edge-getting-started/doc/book.xml | |||
| @@ -38,6 +38,8 @@ | |||
| 38 | 38 | ||
| 39 | <xi:include href="submaps.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> | 39 | <xi:include href="submaps.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
| 40 | 40 | ||
| 41 | <xi:include href="whitelabel.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> | ||
| 42 | |||
| 41 | <xi:include href="grafana.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> | 43 | <xi:include href="grafana.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
| 42 | 44 | ||
| 43 | <xi:include href="troubleshooting.xml" | 45 | <xi:include href="troubleshooting.xml" |
diff --git a/doc/book-enea-edge-getting-started/doc/whitelabel.xml b/doc/book-enea-edge-getting-started/doc/whitelabel.xml new file mode 100644 index 0000000..9b85b0c --- /dev/null +++ b/doc/book-enea-edge-getting-started/doc/whitelabel.xml | |||
| @@ -0,0 +1,139 @@ | |||
| 1 | <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| 2 | <chapter id="whitelabel"> | ||
| 3 | <title>Whitelabeling the Enea Edge Management Login</title> | ||
| 4 | |||
| 5 | <para>The Enea Edge Management login page and main page logos can be changed | ||
| 6 | to replace the Enea logo with a custom one. The login logo | ||
| 7 | URL, the title and the favicon may also be changed.</para> | ||
| 8 | |||
| 9 | <section id="white_conf_screen"> | ||
| 10 | <title>Whitelabel Configuration Screen</title> | ||
| 11 | |||
| 12 | <para>In the <emphasis role="bold">System</emphasis> menu, click on the | ||
| 13 | <emphasis role="bold">Configuration</emphasis> sub-menu and on the | ||
| 14 | <emphasis role="bold">Properties</emphasis> tab click the <emphasis | ||
| 15 | role="bold">Whitelabel</emphasis> subtab. This will open a screen where | ||
| 16 | the following fields must be completed:</para> | ||
| 17 | |||
| 18 | <table id="white_conf_table"> | ||
| 19 | <title>Whitelabel configuration screen</title> | ||
| 20 | |||
| 21 | <tgroup cols="2"> | ||
| 22 | <tbody> | ||
| 23 | <row> | ||
| 24 | <entry><emphasis role="bold">Company name</emphasis></entry> | ||
| 25 | |||
| 26 | <entry>The name of the company. The default value is "Enea AB". | ||
| 27 | The value must have max. 255 characters.</entry> | ||
| 28 | </row> | ||
| 29 | |||
| 30 | <row> | ||
| 31 | <entry><emphasis role="bold">Display title</emphasis></entry> | ||
| 32 | |||
| 33 | <entry>The product name. It is used in the login page and as | ||
| 34 | the title of the pages. The default value is "Enea Edge | ||
| 35 | Management". The value must have max. 255 characters.</entry> | ||
| 36 | </row> | ||
| 37 | |||
| 38 | <row> | ||
| 39 | <entry><emphasis role="bold">Login logo URL</emphasis></entry> | ||
| 40 | |||
| 41 | <entry>The official address of the company. It is used as a | ||
| 42 | hyperlink for the login logo. The default value is | ||
| 43 | "http://enea.com". This must be a valid and complete URL address, | ||
| 44 | starting with http / https.</entry> | ||
| 45 | </row> | ||
| 46 | |||
| 47 | <row> | ||
| 48 | <entry><emphasis role="bold">Login logo</emphasis></entry> | ||
| 49 | |||
| 50 | <entry>The logo image from the login page. The default value is | ||
| 51 | the image <filename>images/enea_logo.png</filename>. The logo | ||
| 52 | must be a PNG file with maximum 800 px width and 55 px | ||
| 53 | height.</entry> | ||
| 54 | </row> | ||
| 55 | |||
| 56 | <row> | ||
| 57 | <entry><emphasis role="bold">Display logo</emphasis></entry> | ||
| 58 | |||
| 59 | <entry>The logo image from the main screen. The default value is | ||
| 60 | the image <filename>images/enea_logo.png</filename>. The logo | ||
| 61 | must be a PNG file with maximum 800 px width and 55 px | ||
| 62 | height.</entry> | ||
| 63 | </row> | ||
| 64 | |||
| 65 | <row> | ||
| 66 | <entry><emphasis role="bold">Favicon</emphasis></entry> | ||
| 67 | |||
| 68 | <entry>The favicon icon. The default icon is | ||
| 69 | <filename>images/favicon/favicon.ico</filename>. The image must | ||
| 70 | be an ICO file with exactly 16 px width and 16 px height.</entry> | ||
| 71 | </row> | ||
| 72 | |||
| 73 | <row> | ||
| 74 | <entry><emphasis role="bold">Restart now</emphasis></entry> | ||
| 75 | |||
| 76 | <entry>If checked, when pressing the | ||
| 77 | <emphasis role="bold">Apply</emphasis> button, the | ||
| 78 | application will restart.</entry> | ||
| 79 | </row> | ||
| 80 | |||
| 81 | <row> | ||
| 82 | <entry><emphasis role="bold">Reset to defaults</emphasis></entry> | ||
| 83 | |||
| 84 | <entry>When pressed, all the values will be reset to the default | ||
| 85 | ones.</entry> | ||
| 86 | </row> | ||
| 87 | </tbody> | ||
| 88 | </tgroup> | ||
| 89 | </table> | ||
| 90 | |||
| 91 | <note> | ||
| 92 | <para>A restart is necessary in order to apply the changes in the | ||
| 93 | application. This can be done either by checking the <emphasis | ||
| 94 | role="bold">Restart now</emphasis> checkbox, before pressing the | ||
| 95 | <emphasis role="bold">Apply</emphasis> button, or alternatively, | ||
| 96 | by manually restarting the application.</para> | ||
| 97 | |||
| 98 | <para>The restart operation relies on the <literal>ec_watchdog</literal> | ||
| 99 | service to start the application again, so the service must be up and running.</para> | ||
| 100 | </note> | ||
| 101 | |||
| 102 | <para>The logo images and the favicon will be saved under a new folder: | ||
| 103 | <filename>images/whitelabel</filename>.</para> | ||
| 104 | |||
| 105 | <para>Only a user with administrative privileges will be able to modify | ||
| 106 | the Whitelabel values, the other users may only see the values.</para> | ||
| 107 | </section> | ||
| 108 | |||
| 109 | <section id="white_bck_restore"> | ||
| 110 | <title>Backup and restore when using Whitelabels</title> | ||
| 111 | |||
| 112 | <para>The backup from the application may be done by accessing the <emphasis | ||
| 113 | role="bold">System</emphasis> menu, then choosing <emphasis | ||
| 114 | role="bold">System Backup</emphasis>, selecting the <emphasis | ||
| 115 | role="bold">Backups</emphasis> tab, and clicking the <emphasis | ||
| 116 | role="bold">Backup Now</emphasis> button. For the <emphasis | ||
| 117 | role="bold">Backup Type</emphasis> select <literal>System | ||
| 118 | Backup</literal>. A backup will be created and it will appear in the | ||
| 119 | table of backups.</para> | ||
| 120 | |||
| 121 | <para>The restore operation is made from the same tab: <emphasis | ||
| 122 | role="bold">Backup</emphasis>. The backup file must be selected and | ||
| 123 | then the <emphasis role="bold">Restore</emphasis> button needs to be clicked. | ||
| 124 | In order to restore the Whitelabel settings, both the <emphasis | ||
| 125 | role="bold">EMS Configuration</emphasis> and the <emphasis | ||
| 126 | role="bold">Media Files (Images/Sounds)</emphasis> checkboxes must be | ||
| 127 | selected. The <emphasis role="bold">EMS | ||
| 128 | Configuration</emphasis> will restore the entries from the database and | ||
| 129 | the <emphasis role="bold">Media Files (Images/Sounds)</emphasis> will | ||
| 130 | restore the actual images.</para> | ||
| 131 | </section> | ||
| 132 | |||
| 133 | <section id="white_upgrade"> | ||
| 134 | <title>Upgrading when using Whitelabels</title> | ||
| 135 | |||
| 136 | <para>During an Enea Edge Management upgrade operation, the Whitelabel | ||
| 137 | settings will be preserved without any additional steps involved.</para> | ||
| 138 | </section> | ||
| 139 | </chapter> \ No newline at end of file | ||
