Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 4e7046b

Browse files
author
Roger Berlind
committed
changed Socks Shop to Sock Shop
1 parent 4701936 commit 4e7046b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

deployment/apcera.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Apcera has tested Sock Shop on the Apcera Community Edition running single-cloud
1111

1212
### Packaging
1313

14-
The Sock Shop application is packaged and configured for Apcera using a [Multi-Resource Manifest file](https://docs.apcera.com/jobs/multi-resource-manifests/) called socksshop-docker.json which is similar to a Docker Compose file. Scripts are provided to make it easy to deploy all the services and a network from the manifest, to start and stop the services, and to delete everything that was deployed.
14+
The Sock Shop application is packaged and configured for Apcera using a [Multi-Resource Manifest file](https://docs.apcera.com/jobs/multi-resource-manifests/) called sockshop-docker.json which is similar to a Docker Compose file. Scripts are provided to make it easy to deploy all the services and a network from the manifest, to start and stop the services, and to delete everything that was deployed.
1515

1616
### Pre-requisites
1717

@@ -26,7 +26,7 @@ cd microservices-demo/deploy/apcera
2626
- *(Optional)* If you are not an admin user in your Apcera cluster, you might need an Apcera administrator to import a [policy](https://docs.apcera.com/policy/introduction/) file to give you permission to create the Sock Shop services and network in your sandbox.
2727

2828
```
29-
apc import policy socksShop.pol
29+
apc import policy sockShop.pol
3030
```
3131

3232
### Networking and Security
@@ -35,7 +35,7 @@ In this demo scenario, we create a single [virtual network](https://docs.apcera.
3535

3636
### Deployment
3737

38-
All of the Sock Shop services and the network are deployed to Apcera with a single script. However, you first need to target your cluster and login to it with APC. After that, just run the deploySocksShop.sh script.
38+
All of the Sock Shop services and the network are deployed to Apcera with a single script. However, you first need to target your cluster and login to it with APC. After that, just run the deploySockShop.sh script.
3939

4040
<!-- deploy-doc require-env APCERA_CLUSTER APCERA_USER APCERA_PASSWORD -->
4141
<!-- deploy-doc-hidden pre-install
@@ -48,16 +48,16 @@ apc login
4848
```
4949
<!-- deploy-doc-start create-infrastructure -->
5050

51-
./deploySocksShop.sh
51+
./deploySockShop.sh
5252

5353
<!-- deploy-doc-end -->
5454

5555
After determining your targeted cluster and default namespace, this script does the following:
5656

57-
- It sets your current namespace to \<your_default_namespace\>/socksshop.
58-
- It runs the "apc manifest deploy" command against the socksshop-docker.json manifest to create the services and the socksshop-network virtual network.
57+
- It sets your current namespace to \<your_default_namespace\>/sockshop.
58+
- It runs the "apc manifest deploy" command against the sockshop-docker.json manifest to create the services and the sockshop-network virtual network.
5959
- It creates [job affinity tags](https://docs.apcera.com/jobs/job-affinity/) to make sure that each service that uses a database is deployed to the same Apcera instance manager as the database.
60-
- It then runs the startSocksShop.sh script to start all of the Sock Shop services.
60+
- It then runs the startSockShop.sh script to start all of the Sock Shop services.
6161

6262
Altogether, the script should take under two minutes to run.
6363

@@ -70,21 +70,21 @@ Altogether, the script should take under two minutes to run.
7070

7171
### Testing
7272

73-
A load testing service, *user-sim*, is provided in the socksshop-docker.json manifest file. It will run when the manifest is deployed after a delay of 60 seconds. This is a load test provided to simulate user traffic to the application. You can view the results of the test in the *user-sim* log.
73+
A load testing service, *user-sim*, is provided in the sockshop-docker.json manifest file. It will run when the manifest is deployed after a delay of 60 seconds. This is a load test provided to simulate user traffic to the application. You can view the results of the test in the *user-sim* log.
7474

7575
### Tracing
7676
[Zipkin](http://zipkin.io/) has been written into some of the services. While the system is up you can view the traces at http://zipkin.\<your_cluster\>. Currently *orders* provides the most comprehensive traces.
7777

7878
### Starting and Stopping
7979

80-
You can use the startSocksShop.sh and stopSocksShop.sh scripts to start and stop all the services.
80+
You can use the startSockShop.sh and stopSockShop.sh scripts to start and stop all the services.
8181

8282
### Cleaning up
8383

84-
Run the deleteSocksShop.sh script to delete the Sock Shop services and network.
84+
Run the deleteSockShop.sh script to delete the Sock Shop services and network.
8585

8686
<!-- deploy-doc-start destroy-infrastructure -->
8787

88-
./deleteSocksShop.sh
88+
./deleteSockShop.sh
8989

9090
<!-- deploy-doc-end -->

0 commit comments

Comments
 (0)