Home

Defining a custom banner

You can define a custom banner that appears below Unravel's title bar; it remains open until the user closes it. The banner is displayed until com.unraveldata.custom.banner.end.date.

Run the following steps to define a custom banner.

  1. Stop Unravel

    <Unravel installation directory>/unravel/manager stop
    
  2. From the installation directory, set the properties in the below table as follows:

    <Unravel installation directory>/unravel/manager config properties set <property> <value>
    
    ##For example: 
    /opt/unravel-install/unravel/manager config properties set com.unraveldata.custom.banner.display true
    
  3. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  4. Start Unravel

    <Unravel installation directory>/unravel/manager start