Info |
---|
This tutorial explains how to install the Service Desk App into a newly installed UM |
...
7.45 through 7.51. Starting with release 7.52, the Service Desk App is shipped with the regular UM installer and does not need to be installed separately. See https://pinutswiki.atlassian.net/wiki/spaces/UMDOC/pages/4074635265 for information on how to active the Service Desk App in an existing UM installation. |
Install Service Desk App
You can either
...
Either way you’ll need a license that covers de.pinuts.servicedesk
to successfully install and use the Login App. Please contact support@pinuts.de when in doubt.
A) Install manually
If you need to install into an already existing UM you probably need to perform a manual installation as described in this section.
Go to https://www.universal-messenger.de/knowledge-base/intern/02_downloads/addons/index.html and download the Service Desk 2 App package (ZIP file).
Unzip the file right into your UM folder (where subfolders like cmsbs-conf/
and cmsbs-work/
live):
...
language | bash |
---|
...
.
...
Restart your UM instance.
...
Follow https://www.universal-messenger.de/knowledge-base/intern/doc-en/Administration/REST-proxy.html to install and configure your REST-Proxy.
Add the following endpoints to your REST-Proxy’s controller whitelist:
de.pinuts.servicedesk.widget
de.pinuts.servicedeskform.Widget
...
Install using UM Kickstarter
Start a new Kickstarter project
...
Codeblock | ||
---|---|---|
| ||
dependencies { // ...runtime('de.pinuts.cmsbs:UM:7.51.4') runtime('de.pinuts.cmsbs:ServiceDesk2:4.01.03') } |
Configure REST Proxy
Create a file named rest-proxy/cmsbs-restproxy.properties
that configures the REST Proxy:
...