-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into techmesh-codelab-up…
…dates
- Loading branch information
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
<ul> | ||
<li>Postman installed on a local machine, you can <a href="https://www.postman.com/downloads/" target="_blank">download it for free</a>.</li> | ||
<li>Docker installed on a local machine. If you are using Podman, please note that you will need to use different commands later in the lab.</li> | ||
<li>A completely empty Event Portal account. Do <strong>not</strong> use accounts like se-demo or se-all. All TechMesh attendees should have received a dedicated account. If you have not, please contact Mark Barrington-Little at [email protected]</li> | ||
<li>A completely empty Event Portal account. Do <strong>not</strong> use accounts like se-demo or se-all. All TechMesh attendees should have received a dedicated account. If you have not, please reach out in the Slack channel <strong>#techmesh-troubleshooting</strong></li> | ||
</ul> | ||
|
||
|
||
|
@@ -92,7 +92,7 @@ <h2 is-upgraded>Run the Postman script</h2> | |
<google-codelab-step label="Enable runtime configuration for your environments" duration="3"> | ||
<ol type="1"> | ||
<li>To guide application promotion, Event Portal models all of your runtime environments. To do this, go to the profile icon in the lower left hand side, then click on Environments.<br><img alt="Image" src="img/24128d44be60d9d1.png"><br><br></li> | ||
<li>To allow Event Portal to configure the runtime environment, click on the three dots, then select Enable Runtime Configuration. Do this for both Test and Prod.<br><img alt="Image" src="img/c13dcb7cf15bf0b8.png"><br><br></li> | ||
<li>To allow Event Portal to configure the runtime environment, click on the three dots, then select Enable Runtime Configuration. Do this for both Test and Prod.<br><img alt="Image" src="img/a8155ca3d8ed56e0.png"><br><br></li> | ||
</ol> | ||
|
||
|
||
|
@@ -107,6 +107,7 @@ <h2 is-upgraded>Run the Postman script</h2> | |
<li>Update the Message VPN, SEMP username and SEMP URL to point to your local broker.<br> Message VPN (1) is typically: <code>default</code><br> SEMP username (2) is typically: <code>admin</code><br> SEMP URL (3) can be found, if using docker by finding the brokers ip address using the following command:<br> <code>docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' solace</code></li> | ||
</ol> | ||
<p>Once you have the ip address, the SEMP_URL is typically port 8080, thus <code>http://BROKER-IP:8080</code> <br><br> Once properly configured, click on Save Changes (4)<br><img alt="Image" src="img/318a6c4730d78659.png"><br><br></p> | ||
<p>Click on the <strong>Save & Create connection file</strong> button as shown : <img alt="16.a.png" src="img/f0ce240df6deffec.png"></p> | ||
|
||
|
||
</google-codelab-step> | ||
|