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 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.
CADENAS_APPSERVER (URL with parameters)
CADENAS_APPSERVER=https://<servername.domain>?<param1>=<value1>&<param2>=<value2>...
The following parameters are possible: (Name, default value [if not specified], meaning)
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
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


