By default, the DMS UI (Data Portal) displays the Overture logo in the header. However, an individual or institution may optionally wish to brand the portal with their own logo and portal name:
While the portal name is configured during the interactive questionnaire (see here), the logo image must be copied into the correct assets folder before configuration and deployment are run.
To copy your logo file to the assets folder:
dms_logo.<format>
, where <format>
must be one of the supported image formats: JPG, PNG, SVG. The file must be stored somewhere on the environment hosting the DMS.~/.dms/assets
folder:$ cd ~/.dms/assets
NOTE: The ~/.dms
folder and its sub-folders are created when you first run the DMS executable. This should have already been generated during your installation steps (see here). However, if the folder does not exist, then simply run dms -h
to do so.
<sourceFolder>
to the ~/.dms/assets
folder:$ cp <sourceFolder>/dms_logo.png dms_logo.png
$ lsdms_logo.png