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
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This toolkit includes two main areas of functionality:
7
7
8
8
# Requirements
9
9
To use these tools you will need:
10
-
- Node.js must be installed on your workstation. Version 0.12 is the recommended and tested version.
10
+
- Node.js must be installed on your workstation. Node.js version 0.12 is the minimum version and has had the most testing.
11
11
- For the WCM support you need Portal 8.5 with CF05 or later.
12
12
- DX Sync (used for theme support) you need Portal 8.5.
13
13
- For Script Portlet "push" you will need to have the Script Portlet command line client installed, and your server must have Script Portlet installed.
@@ -17,11 +17,22 @@ To use these tools you will need:
17
17
The Dashboard tool uses the nw.js package to implement the user interface, and on some versions of Linux there are issues with some of the dependency packages for nw.js.
18
18
19
19
# Installation
20
-
You must first install Node.js. Node.js version 0.12 is the tested and recommended version.
20
+
You must first install Node.js. Node.js version 0.12 is the minimum version and has had the most testing.
21
21
22
22
Download the digexp-toolkit.zip file from here: https://github.com/OpenNTF/WebDevToolkitForDx/blob/master/release/digexp-toolkit.zip?raw=true
23
23
24
-
Extract the file 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
+
First, extract the file on your workstation. Then if you are on Windows, run
25
+
```
26
+
install.cmd
27
+
```
28
+
29
+
or if you are on Mac or Linux, run:
30
+
```
31
+
sudo chmod a+x ./install.sh
32
+
sudo install.sh
33
+
```
34
+
35
+
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.
25
36
26
37
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
0 commit comments