4.5.1.2.2.1. Installation type

There are two options under Destination folder [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:

    To set up a client with a direct connection to an app server as part of a client-server installation, select the option Software local, data and setup from app server [Software Local, data and setup from the app server] under Target folder [Destination Folder] in the installation routine and enter the app server 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 on server

    • sslport=9022 => ssl port on server

    • mzcomport=9021 => mzcom service port

    • mzcomsport=9023 => ssl mzcom service port

    • noproxy=1 => Do not use a proxy to access the server

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

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

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

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

    • remoteDB=1 => Use DB connection with remote access via app 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 write mode and let the server decide if writing is allowed... (if =0 all mounts are readonly...)

    • httpCacheSize=5000 => Size of rfs cache in MB ... Default is a maximum of 5GB in $CADENAS_USER/rfs