Reference Implementation installation parameters for Linux OS

When carrying out a Linux installation of the Reference Implementation, use this listing of the parameters with descriptions and examples to understand what you are doing.

ParameterDescriptionExampleMandatory (M) or Optional (O)
clientIdThe user, or client id used for authenticating to the Content Delivery services.-clientid cduserM
clientSecretThe password used for this client id to connect to the Content Delivery services. -clientSecret passwd123M
contextThe Tomcat context path to deploy the website. Default value is /.-context /webappO
discoveryUrl The URL of the Discovery service (CIS). If you are using Content Delivery hosted by SDL, then you can obtain the Discovery Service URL value from SDL Customer Service.-discoveryUrl http://mycompany.com:808/discovery.svcM
enableFeaturesA comma-separated list of features that you wish to enable in the web app. For now, the only feature that can be included in this list is commenting.-enableFeatures "commenting, somethingelse"O
logLevelLog level, possible values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, OFF. Default value is WARN. Either lower case or upper case values are acceptable.-logLevel error O
logDirectoryThe directory where the log files are stored. Default location is inside the tomcat installation folder (For example ../logs).-logDirectory /temp/web-app/logs O
tomcatLocationThe path to the Tomcat installation. The script uses the environment variable CATALINA_HOME if no value is set explicitly. -tomcatLocation /opt/tomcat8O