Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

To be done (Bsp siehe Service Desk Installation )

Attributes includen in conf.d attributes datei anlegen und includen (inkl. UTF-8 kram)

This tutorial explains how to install the Contact Form App into a newly installed UM >= 7.51.01.

Install Contact Form App

...

Either way you’ll need a license that covers de.pinuts.contactform 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/downloads and download the Contact Form App package (ZIP file).

Unzip the file right into your UM folder (where subfolders like cmsbs-conf/ and cmsbs-work/ live):

Codeblock
cd UM
unzip $DOWNLOAD_DIR/ContactForm2-x.y.z.zip

Restart your UM instance.

B) Install using UM Kickstarter

...

  1. If not done jet, install the Kickstarter project.

  2. Create a new UM project an d and navigate into it via:

    Codeblock
    umkickstarter um
    cd um

...

Edit build.gradle to add ContactForm:

Codeblock
languagegroovy
dependencies {
    // ...
    runtime('de.pinuts.cmsbs:ContactForm2:4.2.7')
}

Create configuration files

Create a new file cmsbs-conf/conf.d/cf.attributes:

Codeblock
# Pinuts File Encoding: UTF-8

include: cmsbs-conf/cse/plugins/de.pinuts.cmsbs.contactform2/contact.attributes

Configure and install REST Proxy

Follow https://downloads.universal-messenger.de/knowledge-base/documentation/universal-messenger/html/UM_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.cmsbs.lib.widget.Pi

  • de.pinuts.cmsbs.contactform2.Widget