Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dglux5_wiki:installation:custom_logo [2019/10/29 18:04]
oem created
dglux5_wiki:installation:custom_logo [2021/09/20 14:43]
Line 1: Line 1:
-{{indexmenu_n>​9}} 
-====== Configure Custom Logo for Login Page and Designer ====== 
- 
-Here are the steps on how to set up a custom logo for DGLux. 
- 
-  - Download latest DGLux version here: http://​dglux.com/​download 
-  - Download latest DGLux Server here: https://​github.com/​IOT-DSA/​dists/​tree/​gh-pages/​dglux_server/​ 
-  - Try automatic update first: ​ 
-    - **Data** tab -> right click **/sys** -> **Update** -> **Server from Repository** (if after update version is below 1185, go to the next step for manual update). 
-  - Update server: ​ 
-    - **Data** tab -> right click **/sys** -> **Update** -> **Server from ZIP** (use archive from step #2). 
-  - Update DGLux: **Help** -> **Update**. 
-  - Put your logo image into this folder ''<​server_root>/​www/​oem-login/​images''​ (this step is required if you’re using file, not the external URL to the image later). 
-  - Add/update the **customLogo** parameter to the **server.json** file. There are 2 options: 
-    - URL to image like this: ''"​customLogo":​ "​https://​www.google.ca/​images/​branding/​googlelogo/​1x/​googlelogo_color_272x92dp.png"''​ 
-    - Path like this: ''"​customLogo":​ "​../​../​oem-login/​images/​logo.png"''​ – path here points to the same folder from the previous step. 
-  - Restart server. 
- 
-You should see your logo on the login page and in the designer. 
-