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.
| Parameter | Description | Example | Mandatory (M) or Optional (O) |
|---|---|---|---|
| clientId | The user, or client id used for authenticating to the Content Delivery services. | -clientid cduser | M |
| clientSecret | The password used for this client id to connect to the Content Delivery services. | -clientSecret passwd123 | M |
| context | The Tomcat context path to deploy the website. Default value is /. | -context /webapp | O |
| 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.svc | M |
| enableFeatures | A 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 |
| logLevel | Log 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 |
| logDirectory | The directory where the log files are stored. Default location is inside the tomcat installation folder (For example ../logs). | -logDirectory /temp/web-app/logs | O |
| tomcatLocation | The path to the Tomcat installation. The script uses the environment variable CATALINA_HOME if no value is set explicitly. | -tomcatLocation /opt/tomcat8 | O |