File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ and then push Ctrl + Shift + I to show ChromDevTools in current installer window
137137Testing online installer
138138------------------------
139139
140+ #### With mock server for all downloaded resourses
141+
140142In windows System Properties Setting Dialog add
141143
142144 DSI_REJECT_UNAUTHORIZED=false
@@ -157,7 +159,7 @@ developers.redhat.com with download-manager links. In separate windows run
157159
158160 node gulp-tasks/http-server.js
159161
160- and Then
162+ and then
161163
162164 node gulp-tasks/https-server.js
163165
@@ -167,6 +169,29 @@ http server always returns let you pass account information page, but if you
167169plan to install and test CDK in DevStudio use your real Red Hat user name from
168170developers.rdhat.com.
169171
172+ #### With mock server for download-manager resources only
173+
174+ In Windows System Properties Setting Dialog add
175+
176+ DSI_REJECT_UNAUTHORIZED=false
177+ DM_STAGE_HOST=localhost
178+
179+ to your user environment variables.
180+
181+ Then download (VPN is Required) requirements with
182+
183+ gulp prefetch
184+
185+ When download is finished run https mock servers to mimic
186+ developers.redhat.com with download-manager links. In separate windows execute
187+
188+ node gulp-tasks/https-server.js
189+
190+ Now you are ready to test online installer without actual bits published to
191+ download-manager. Start dist/win/DevelopmentSuiteInstaller-win32-x64-* .exe
192+ from package explorer and use it as you would normally do after release.
193+
194+
170195Releasing the installer
171196-----------------------
172197
You can’t perform that action at this time.
0 commit comments