3.3.1.2.2.1. Installation type

There are two options under Destination Folder -> Installation method:

  • Software Local, data and setup from an existing server

    If a server installation has been performed and the directories CADENAS_DATA and CADENAS_SITESETUP have been shared there, then a client can be installed where the software is locally and the other directories are referenced.

    Software local, Data and Setup from existing server

    Software local, Data and Setup from existing server

  • Software local, Data and Setup from Appserver:

    In order to set up a client with direct connection to the appserver in the course of a client-server installation, in the installation routine under Destination Folder, select the option Software Local, data and setup from the app server and state the Appserver URL.

    Software Local, data and setup from the app server

    Software Local, data and setup from the app server

    CADENAS_APPSERVER (URL with parameters)

    Example:

    CADENAS_APPSERVER=https://<servername.domain>?<param1>=<value1>&<param2>=<value2>...

    The following parameters are possible: (Name, default value [if not specified], meaning)

    • port=9020 => http port of the server

    • sslport=9022 => ssl port of the server

    • mzcomport=9021 => mzcom service port

    • mzcomsport=9023 => ssl mzcom service port

    • noproxy=1 => do not use proxy for access to the server

    • proxyAddr= => if specified, proxy address to use if noproxy=0

    • remoteFileSystem=1 => mount CADENAS_DATA via rfs from server

    • remoteSetup=0 (Default) => local CADENAS_SETUP | 1 => mount CADENAS_SETUP via rfs from server

    • remoteSiteSetup=1 => mount CADENAS_SITESETUP via rfs from server

    • remoteProgHelp=1 => mount CADENAS_PROGHELP via rfs from server

    • remoteDB=1 => use db connection remoting via appserver

    • remotepool=1 => mount $CADENAS_DATA/pool and $CADENAS_DATA/shared from appserver (if =0, they are placed in the local data directory)

    • writeable=1 => mount rfs in writable mode and let the server determine if writing is allowed... (if =0, all mounts are readonly...)

    • inethelp=0 => use locally installed help in $CADENAS_PROGHELP (either local or per mount via appserver), if =1, mount CADENAS_PROGHELP from webapi.partcommunity.com

    • httpCacheSize=5000 => size of the rfs cache in Mb ... default is a max of 5GB in $CADENAS_USER/rfs