Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit cb4f67b

Browse files
author
jbooth1
committed
Show http/https setting for getting designs; readme update.
1 parent fbd4d34 commit cb4f67b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When you first run the dashboard, you should go to the "Settings" tab to configu
4848
- Script Portlet Folder: The parent folder for your Script Portlet applications. Each Script Portlet is in a child folder, with an index.html as the main file. For example, you can unzip the published Script Portlet samples which are structured this way.
4949
- Themes Folder: The parent folder for your Themes. Each child folder contains all the Webdav artifacts for one theme. To get any theme from the server, click the “Themes” button and select the desired theme.
5050
- WCM Design Folder: The parent folder for WCM design libraries. Each child folder represents one WCM library, with children for Components and Presentation Templates. To get any WCM library from the server, click the “Libraries” button.
51-
- Servers - Name, User, Password, Host, Port, Content Handler: Set these for your Portal server. You can have multiple server configurations and select the configuration to use. If you are using a Virtual Portal, include the Virtual Portal name as part of the "Content Handler" path, like this: /wps/mycontenthandler/my_vp_name.
51+
- Servers - Name, User, Password, Host, Port, Content Handler, Secure: Set these for your Portal server. You can have multiple server configurations and select the configuration to use. If you are using a Virtual Portal, include the Virtual Portal name as part of the "Content Handler" path, like this: /wps/mycontenthandler/my_vp_name. Set the "Secure" option if the specified port is an HTTPS port.
5252

5353
# Using the"dxwcmdesigns" command line utility
5454
Note that all the functionality for push/pull of WCM design files is available from the Dashboard user interface. For the command line support, use:

digexp-dashboard/js/controllers/listWcmDesignsController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function($scope) {
2424
password : $scope.server.password,
2525
host : $scope.server.host,
2626
port : $scope.server.port,
27+
secure : $scope.server.secure,
2728
contenthandlerPath : $scope.server.contenthandlerPath
2829
};
2930

0 commit comments

Comments
 (0)