Revision as of 15:02, November 17, 2017 by Bgrenon (talk | contribs) (Olena's)
Jump to: navigation, search

Bgrenon

Olena's

  1. If IPv6 is not supported or should not be used, then edit the file /etc/lighttpd/lighttpd.conf and change server.use-ipv6 to disable:

    server.use-ipv6 = "disable"

  2. Make sure it runs under same user that Pulse uses or that a user that has read write access to Pulse Collector directories
    For this, you might need to adjust server.username and server.groupname in /etc/lighttpd/lighttpd.conf
    Make sure that this user had access to all directories for lighttpd (for example, var.log_root,var.state_dir, var.home_dir) and others mentioned in /etc/init.d/lighttpd and in /etc/lighttpd/lighttpd.conf
  3. Enable WebDAV module by editing the /etc/lighttpd/modules.conf file and uncommenting the following line:
    include "conf.d/webdav.conf"
  4. Change the configuration of the WebDAV module by editing the file /etc/lighttpd/conf.d/webdav.conf.
    Example of configuration:
    ## This configuration assumes that<br />## transport-file/output-folder = /genesys/collector_output/snapshots<br />## transport-file/external-output-url = http://<host>/snapshots<br />## heartbeat/heartbeat-folder = /genesys/collector_output/heartbeat<br />## heartbeat/external-heartbeat-url = http://<host>/heartbeat
    server.modules += ( "mod_webdav" )<br />$HTTP["url"] =~ "^($|/)" {<br />## Specify full path to parent folder for snapshots and heartbeat folders<br />server.document-root = <br />}
    You can also have webdav.activate = "enable" on the top level (not inside of $HTTP) if you want all files and directories in your server.document-root to be accessible through WebDAV.
  5. Make sure that the webdav.sqlite-db-name parameter is commented out in webdav.conf.
  6. Restart the lighttpd server:

    /etc/init.d/lighttpd restart

Wiki markup with image and note and paragraphs

  1. In Genesys Administrator Extension, open Configuration Manager.
  2. Hover over the Environment image and select Applications in the pop-up menu. The Applications list appears
    WWE 852 QuickStart Login Window.png
  3. Select the GAX Application object and click Edit. The Application details page appears:
  4. Click the Application Options tab to see configuration options for the GAX Application object.
    Important
    TEST
  5. Step five.
    one paragraph

    two paragraph

    three paragraph
  6. Step six.
    test
    with man
    line breaks
       in between
  7. Step seven.

[BG] Not sure about multiple paragraphs (with line breaks) within a step. It seems weird usage - steps can get lost if "real" paragraphs (large paragraphs) are pushed into that kind of sequence.

Tony's example

  1. The Genesys Installer unpacks all files from the installation package into the target directory you specify, including:
    • gcxi_deploy_main.sh — This is the main deployment script, which creates the project, sets configuration values, and creates connections.
    • gcxi_setenv.sh — This script contains environment variables.
    • readme.html — Release information.
  2. Edit the gcxi_setenv.sh script, replacing default values with appropriate values, where needed, including all instances of '[ToBeChanged: XXX]'.
Comments or questions about this documentation? Contact us for support!