In the setenv.sh or setenv.ps1 file, configure databases, default folders and Content Deployer locations before running the express installation script.
Logging location
The logging location is configured in this line. Edit the assignment value to the right of the equals sign (=) to specify where you want log files to be written.
$delivery_vars["c:/SDLWeb/log"] = $delivery_vars["TARGET_LOCATION"] + "log"
Content Data Store variables
| Environment variable | Description |
|---|
CONTENT_DEFAULT_SERVER_NAME | The host name of your database server |
CONTENT_DEFAULT_PORT_NUMBER | The port number of your database server |
CONTENT_DEFAULT_DATABASE_NAME | The name of the Content Data Store database |
CONTENT_DEFAULT_USER | The name of a user who can access the Content Data Store database |
CONTENT_DEFAULT_PASSWORD | The password of the user who can access the Content Data Store database |
Session database variables
| Environment variable | Description |
|---|
PREVIEW_DEFAULT_SERVER_NAME | The host name of your database server |
PREVIEW_DEFAULT_PORT_NUMBER | The port number of your database server |
PREVIEW_DEFAULT_DATABASE_NAME | The name of the Session database |
PREVIEW_DEFAULT_USER | The name of a user who can access the Session database |
PREVIEW_DEFAULT_PASSWORD | The password of the user who can access the Session database |
User Generated Content environment variables
| Environment variable | Description |
|---|
UGC_DEFAULT_SERVER_NAME | The host name of your database server |
UGC_DEFAULT_PORT_NUMBER | The port number of your database server |
UGC_DEFAULT_DATABASE_NAME | The name of the UGC database |
UGC_DEFAULT_USER | The name of a user who can access the UGC database |
UGC_DEFAULT_PASSWORD | The password of the user who can access the UGC database |
Local file system location variables
| Environment variable | Description |
|---|
DEFAULT_FILE | The storage location for regular files, used by the Storage Layer for storage on the local file system |
DEFAULT_DATA_FILE | The storage location for data files, used by the Storage Layer for storage on the local file system |
Content Deployer incoming location variables
| Environment variable | Description |
|---|
INCOMING_DIRECTORY | The pickup location on the file system for content sent over a non-HTTP(S) protocol (deprecated) |
HTTP_DIRECTORY | The pickup location on the file system for content sent through an HTTP(S) protocol |