Skip to content

Installation - Polarion 2304 and newer

Perform following steps:

  1. Shut down Polarion.

  2. Copy the cip-alpha-upps folder of this installation bundle into the Polarion extensions directory [POLARION_HOME]/polarion/extensions.

  3. Remove the .config folder at [POLARION_HOME]/data/workspace.

  4. Open the polarion.properties file.

    Operating SystemPath
    Windows[POLARION_HOME]/polarion/configuration/polarion.properties
    Linux[POLARION_HOME]/etc/polarion.properties

    Append following block to the properties file.

    ini
    # UPPS! Configuration Start
    
    com.siemens.polarion.scriptInjection.mainHead=<script id="cip-upps-startup" type="text/javascript" src="/polarion/upps/client/start-upps.js"></script>
    
    # Enable limited sql commands which are by default disabled in Polarion 2410 and are required by the UPPS! Extensions.
    com.polarion.platform.sql.restrictedQueryCommandsLevel=NONE
    
    # Properties required to be specified for the License Monitor UPPS! Extension.
    #   eu.cipalpha.upps.licensemonitor.directus.host=<directus host from where data is read/written to>
    #   eu.cipalpha.upps.licensemonitor.directus.token=<token value for API authentication>
    #   eu.cipalpha.upps.licensemonitor.postgre.host=<host address of the PostgreSQL database backend used by directus>
    #   eu.cipalpha.upps.licensemonitor.postgre.user=<user with which the database is accessed>
    #   eu.cipalpha.upps.licensemonitor.postgre.pw=<password of the specified user>
    #
    # Uncomment the following properties if you use this feature:
    #eu.cipalpha.upps.licensemonitor.directus.host=http://localhost:8055
    #eu.cipalpha.upps.licensemonitor.directus.token=K4N1TuKSGVkcufy6rUMPBYyIxbqixqJt
    #eu.cipalpha.upps.licensemonitor.postgre.host=localhost:5431
    #eu.cipalpha.upps.licensemonitor.postgre.user=directus
    #eu.cipalpha.upps.licensemonitor.postgre.pw=sutcerid
    
    # UPPS! Configuration End

    If property key com.siemens.polarion.scriptInjection.mainHead already exists, then append the property value.

  5. Install your UPPS! Extensions production license file upps.production-license or evaluation license file(s) upps.[extension].evaluation-license that you received from your provider into the folder [POLARION_HOME]/polarion/license.

  6. Start Polarion.