Skip to content

Commit 4314279

Browse files
authored
Update readme.md with info about DM_STAGE_HOST
1 parent 4a3cb30 commit 4314279

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ and then push Ctrl + Shift + I to show ChromDevTools in current installer window
137137
Testing online installer
138138
------------------------
139139

140+
#### With mock server for all downloaded resourses
141+
140142
In 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
167169
plan to install and test CDK in DevStudio use your real Red Hat user name from
168170
developers.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+
170195
Releasing the installer
171196
-----------------------
172197

0 commit comments

Comments
 (0)