You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ This project is an OpenNTF project, and is available under the Apache License V2
3
3
4
4
This toolkit includes two main areas of functionality:
5
5
- A "Web Developer Dashboard" that provides a user interface for working with Script Portlets, Portal themes, and WCM design elements. The theme support uses the Digital Experience File Sync tool under the covers. The Script Portlet support uses the Script Portlet command line support which must be installed separately on your workstation.
6
-
- A command line tool "wcmdesigns" for moving WCM design elements - Presentation Templates and Components - between your local file system and your Portal server. This functionality is also available from the Dashboard.
6
+
- A command line tool "dxwcmdesigns" for moving WCM design elements - Presentation Templates and Components - between your local file system and your Portal server. This functionality is also available from the Dashboard.
7
7
8
8
# Requirements
9
9
To use these tools you will need:
@@ -19,7 +19,8 @@ The Dashboard tool uses the nw.js package to implement the user interface, and o
19
19
# Installation
20
20
You must first install Node.js. Node.js version 0.12 is the tested and recommended version.
21
21
22
-
Download the digexp-toolkit.zip file in the release folder and unzip it on your workstation. Then run install.cmd (Windows) or install.sh (Mac/Linux). This will install the two main programs, digexp_dashboard (for the dashboard UI) and wcmdesigns (the command line support for accessing WCM design libraries). That completes the installation.
22
+
Download the digexp-toolkit.zip file in the release folder and unzip it on your workstation. Then run install.cmd (Windows) or install.sh (Mac/Linux). This will install the two main programs, dxdashboard
23
+
(for the dashboard UI) and dxwcmdesigns (the command line support for accessing WCM design libraries). That completes the installation.
23
24
24
25
For the Script Portlet "Push" support, you will need to have the Script Portlet command line client support installed and configured, and you will need to have the "sp" command on your system path. See this documentation for more on installing the Script Portlet command line client: http://www-01.ibm.com/support/knowledgecenter/SSHRKX_8.5.0/script/script-portlet/cmd_line_push.dita
25
26
@@ -39,7 +40,7 @@ Key features:
39
40
## Running the Web Developer Dashboard
40
41
To launch the dashboard, run the following command:
41
42
```
42
-
digexp_dashboard
43
+
dxdashboard
43
44
```
44
45
45
46
When you first run the dashboard, you should go to the "Settings" tab to configure your file locations and Portal server settings.
@@ -48,18 +49,18 @@ When you first run the dashboard, you should go to the "Settings" tab to configu
48
49
- 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.
49
50
- 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.
50
51
51
-
# Using the"wcmdesigns" command line utility
52
+
# Using the"dxwcmdesigns" command line utility
52
53
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:
53
54
```
54
-
$ wcmdesigns <command> [options]
55
+
$ dxdxwcmdesigns <command> [options]
55
56
```
56
57
57
58
The commands are described below.
58
59
59
60
## init
60
61
Usage:
61
62
```
62
-
$ wcmdesigns init [options]
63
+
$ dxdxwcmdesigns init [options]
63
64
```
64
65
Running this command will display a prompt to select a WCM library. A subdirectory
65
66
will be created (in the current working directory) and the selected library will be
@@ -74,7 +75,7 @@ The available options are:
74
75
Usage:
75
76
```
76
77
$ cd <path to the wcm library>
77
-
$ wcmdesigns push [options]
78
+
$ dxdxwcmdesigns push [options]
78
79
```
79
80
Running this command will push the source files to WCM and update the library on the server.
80
81
@@ -90,7 +91,7 @@ The available options are:
90
91
Usage:
91
92
```
92
93
$ cd <path to the wcm library>
93
-
$ wcmdesigns pull [options]
94
+
$ dxdxwcmdesigns pull [options]
94
95
```
95
96
This command will download any remote changes to the WCM library. First run `wcm init`
96
97
to initialize the WCM library before using `wcm pull`.
0 commit comments