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
Adding in an extra sed command to the Try what you'll build section of the guide (#131)
* Updating new static main.js file name
* Adding in another Sed command to the Try what you'll build section
* Removing indent from command in readme.adoc
* Changing to https instead of http
---------
Co-authored-by: Gilbert Kwan <[email protected]>
Copy file name to clipboardExpand all lines: README.adoc
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,11 @@ mvn liberty:run
72
72
endif::[]
73
73
74
74
ifdef::cloud-hosted[]
75
-
In this IBM cloud environment, you need to update the URL to access the ***artists.json***. Run the following commands to go to the ***finish*** directory and update the file where specified the URL:
75
+
In this IBM cloud environment, you need to update the URL to access the ***artists.json***. Run the following commands to go to the ***finish*** directory and update the files where the URL has been specified:
76
76
```bash
77
77
cd finish
78
-
sed -i 's=http://localhost:9080/artists='"http://${USERNAME}-9080.$(echo $TOOL_DOMAIN | sed 's/\.labs\./.proxy./g')/artists"'=' src/main/webapp/static/js/main.2d7e902e.js
78
+
sed -i 's=http://localhost:9080/artists='"https://${USERNAME}-9080.$(echo $TOOL_DOMAIN | sed 's/\.labs\./.proxy./g')/artists"'=' src/main/webapp/static/js/main.2d7e902e.js
79
+
sed -i 's=http://localhost:9080/artists='"https://${USERNAME}-9080.$(echo $TOOL_DOMAIN | sed 's/\.labs\./.proxy./g')/artists"'=' /home/project/guide-rest-client-reactjs/finish/src/main/frontend/src/Components/ArtistTable.js
79
80
```
80
81
81
82
To try out the application, run the following Maven goal to build the application and deploy it to Open Liberty:
0 commit comments