Open the menu
    ```html

    Service Manager : Deploy

    This option allows for the deployment of a portlet in the JSR-168 standard, so that it can be used as a service of the portal.

    The deployment is the installation of a .war file that may contain one or several portlets. The deployment of a .war file corresponds to the registration of just one service in the portal, which may have as many interfaces as there are portlets contained in the .war file. The registered service will be located in a directory in “lumisdata/def” and will be ready to be instantiated.

    See also

    Features

    • It is an administration interface

    Screens

    Deploy
    • Type of deployment (integer, required field)
    • Deployment file (file, required field)

    Permissions

    • Manage service instance: Allows managing all the data of this service instance, including deleting it entirely.

    Actions

    • commit
    ```