Skip to content

Commit 9e56f90

Browse files
authored
Merge pull request #30 from oci-quickstart/develop
Develop
2 parents 6fa9ee2 + 445daf2 commit 9e56f90

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ The following diagram shows the topology created by this stack.
5555
![MuShop Basic Infra](./images/basic/00-Topology.png)
5656

5757
To learn more about how you can use this application to build your own applications, click [here](./deploy/basic/README.md).
58+
59+
[oci]: https://cloud.oracle.com/en_US/cloud-infrastructure
60+
[orm]: https://docs.cloud.oracle.com/iaas/Content/ResourceManager/Concepts/resourcemanager.htm
61+
[tf]: https://www.terraform.io

deploy/basic/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The application uses a typical topology for a 3-tier web application as follows
4040

4141
`docker run -v $PWD:/transfer --rm --entrypoint cp mushop-basic:latest /package/mushop-basic-stack.zip /transfer/mushop-basic-stack.zip`
4242

43+
or under windows powershell:
44+
45+
`docker run -v "$((pwd).path -replace '\\', '/'):/transfer" --rm --entrypoint cp mushop-basic:latest /package/mushop-basic-stack.zip /transfer/mushop-basic-stack.zip`
46+
4347
This creates a `.zip` file in your working directory that can be imported in to OCI Resource Manager.
4448

4549
[oci]: https://cloud.oracle.com/en_US/cloud-infrastructure

0 commit comments

Comments
 (0)