Skip to content

Commit b9d59c2

Browse files
committed
chore: update wording
1 parent 44b475e commit b9d59c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/documentation/docs/user-guide/installation/installing-package-manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ When configuring the http proxy server in sofie, you may need to follow extra co
7878

7979
### Distributed setup
8080

81-
For setups where you need to interact with multiple CasparCG machines, or want a more resilient/scalable setup, package manager can be partially deployed in docker, with just the workers.
81+
For setups where you need to interact with multiple CasparCG machines, or want a more resilient/scalable setup, package manager can be partially deployed in docker, with just the workers running on each CasparCG machine.
8282

8383
An example docker-compose of the setup is as follows:
8484

@@ -116,7 +116,7 @@ services:
116116
DEVICE_TOKEN: 'some-secret'
117117
WORKFORCE_URL: 'ws://workforce:8070' # referencing the workforce component above
118118
PACKAGE_MANAGER_PORT: '8060'
119-
PACKAGE_MANAGER_URL: 'ws://insert-service-ip-here:8060' # the workers connect back to this address, so it needs to be accessible from casparcg
119+
PACKAGE_MANAGER_URL: 'ws://insert-service-ip-here:8060' # the workers connect back to this address, so it needs to be accessible from CasparCG
120120
# CONCURRENCY: 10 # How many expectation states can be evaluated at the same time
121121
ports:
122122
- '8060:8060'
@@ -150,7 +150,7 @@ Note that each appContainer needs to use a different resourceId and will need it
150150
1. Give this package container an ID of `casparcgContainer0` and a label of `CasparCG Package Container`.
151151
1. Click on the dropdown under "Playout devices which use this package container" and select `casparcg0`.
152152
- If you don't have a `casparcg0` device, add it to the Playout Gateway under the Devices heading, then restart the Playout Gateway.
153-
- If you are using the distributed setup, you will likely want to repeat this step for each casparcg machine. You will also want to set `Resource Id` to match the `resourceId` value provided in the appContainer command line.
153+
- If you are using the distributed setup, you will likely want to repeat this step for each CasparCG machine. You will also want to set `Resource Id` to match the `resourceId` value provided in the appContainer command line.
154154
1. Click the plus button under "Accessors", then click the edit icon to the right of the newly-created accessor.
155155
1. Give this accessor an ID of `casparcgHttpProxy0`, a Label of `CasparCG HTTP Proxy Accessor`, an Accessor Type of `HTTP_PROXY`, and a Base URL of `http://localhost:8080/package`. Then, ensure that both the "Allow Read access" and "Allow Write access" boxes are checked. Finally, click the done button (checkmark icon) in the bottom right.
156156
1. Scroll back to the top of the page and select "CasparCG Package Container" for both "Package Containers to use for previews" and "Package Containers to use for thumbnails".

0 commit comments

Comments
 (0)