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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,7 @@ 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 from https://github.com/OpenNTF/WebDevToolkitForDx/blob/master/release/digexp-toolkit.zip 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.
22
+
Download the digexp-toolkit.zip file from https://github.com/OpenNTF/WebDevToolkitForDx/blob/master/release/digexp-toolkit.zip and unzip it on your workstation. Then run install.cmd (Windows) or install.sh (Mac/Linux). This will install the two main programs, dxdashboard (for the dashboard UI) and dxwcmdesigns (the command line support for accessing WCM design libraries). That completes the installation.
24
23
25
24
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
26
25
@@ -52,15 +51,15 @@ When you first run the dashboard, you should go to the "Settings" tab to configu
52
51
# Using the"dxwcmdesigns" command line utility
53
52
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:
54
53
```
55
-
$ dxdxwcmdesigns <command> [options]
54
+
$ dxwcmdesigns <command> [options]
56
55
```
57
56
58
57
The commands are described below.
59
58
60
59
## init
61
60
Usage:
62
61
```
63
-
$ dxdxwcmdesigns init [options]
62
+
$ dxwcmdesigns init [options]
64
63
```
65
64
Running this command will display a prompt to select a WCM library. A subdirectory
66
65
will be created (in the current working directory) and the selected library will be
@@ -75,7 +74,7 @@ The available options are:
75
74
Usage:
76
75
```
77
76
$ cd <path to the wcm library>
78
-
$ dxdxwcmdesigns push [options]
77
+
$ dxwcmdesigns push [options]
79
78
```
80
79
Running this command will push the source files to WCM and update the library on the server.
81
80
@@ -91,10 +90,10 @@ The available options are:
91
90
Usage:
92
91
```
93
92
$ cd <path to the wcm library>
94
-
$ dxdxwcmdesigns pull [options]
93
+
$ dxwcmdesigns pull [options]
95
94
```
96
-
This command will download any remote changes to the WCM library. First run `wcm init`
97
-
to initialize the WCM library before using `wcm pull`.
95
+
This command will download any remote changes to the WCM library. First run `dxwcmdesigns init`
96
+
to initialize the WCM library before using `dxwcmdesigns pull`.
98
97
99
98
The available options are:
100
99
-`-d`, `--dir`: The local directory of the WCM library. By default, it will be
0 commit comments