Installing the enaio® Services

enaio® coLab 10.10 »

Before you can install enaio® coLab, you first need to install enaio®. enaio® coLab requires the 'dms' and 'restdashlet' microservices.

The 'restdashlet' microservice shows information on project room in a dashlet in enaio® client and enaio® webclient. The microservices are installed using enaio® service-manager.

The 'restdashlet' microservices has to be integrated after installation.

To integrate the 'restdashlet' microservice, follow these steps

  1. Use the following data to configure a dashlet in enaio® enterprise-manager:

    Parameter Value
    Home URL

    http://<service-manager-IP>/restdashlet/filesMarking?id={OBJECTIDENT}&locale={localename}&isShared={isShared}&sessionguid={sessionguid}

    Specify the address in which the 'restdashlet' microservice is integrated as the address of the service manager.

    Title The dashlet can have any title
    Icon ID Optional: ID of an icon that is integrated using enaio® editor.
    Load at start No
  2. Create the dashlets.json file containing the following content in the \service-manager\config\apps\osweb\public\dashlets\ directory:

    [{
        "objectTypes": "*",
        "platforms": ["web","desktop_app", "mobile"],
        "uri": "http://<service-manager-IP>/restdashlet",
        "title_EN": "colab Dashlet",
        "title_DE": "colab Dashlet",
        "title_FR": "colab Dashlet",
        "iconId": "1073741986"
    }]

    The title for the languages must contain the string 'colab'. Specify the address in which the 'restdashlet' microservice is integrated as the address of the service manager.

    Platforms:

    "platforms": ["desktop_app"] for enaio® webclient as a desktop application

    "platforms": ["web"] for enaio® webclient

    "platforms": ["mobile"] for enaio® webclient on mobile devices

    Multiple clients can be specified.

    Example: "platforms": ["mobile","desktop_app"]

Update information can be found on the release pages.