Skip to content

Commit aa3332a

Browse files
Julusianjstarpl
andauthored
chore: review comments
Co-authored-by: Jan Starzak <[email protected]>
1 parent b9d59c2 commit aa3332a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Although Package Manager can be used to copy any kind of file to/from a wide arr
1919
:::caution
2020

2121
Sofie supports only one package manager running for a Studio. Attaching more at a time will result in weird behaviour due to them fighting over reporting the statuses of packages.
22-
If you feel like you need multiple, then you likely want to run package manager in the split setup instead.
22+
If you feel like you need multiple, then you likely want to run package manager in the distributed setup instead.
2323

2424
:::
2525

@@ -60,7 +60,7 @@ This first run is necessary to get the Package Manager device registered with _S
6060

6161
Only one package manager can be running for a Sofie Studio. If you reached this point thinking of deploying multiple, you will want to follow the distributed setup.
6262

63-
### Simple setup
63+
### Simple Setup
6464

6565
For setups where you only need to interact with CasparCG on one machine, we provide pre-built executables for Windows (x64) systems. These can be found on the [Releases](https://github.com/nrkno/sofie-package-manager/releases) GitHub repository page for Package Manager. For a minimal installation, you'll need the `package-manager-single-app.exe` and `worker.exe`. Put them in a folder of your choice. You can also place `ffmpeg.exe` and `ffprobe.exe` alongside them, if you don't want to make them available in `PATH`.
6666

@@ -72,15 +72,15 @@ Package Manager can be launched from [CasparCG Launcher](./installing-connection
7272

7373
You can see a list of available options by running `package-manager-single-app.exe --help`.
7474

75-
In some cases, you will need to run the http proxy server component elsewhere so that it can be accessed from your Sofie UI machines.
75+
In some cases, you will need to run the HTTP proxy server component elsewhere so that it can be accessed from your Sofie UI machines.
7676
For this, you can run the `sofietv/package-manager-http-server` docker image, which exposes its service on port 8080 and expects `/data/http-server` to be persistent storage.
77-
When configuring the http proxy server in sofie, you may need to follow extra configuration steps for this to work as expected.
77+
When configuring the http proxy server in Sofie, you may need to follow extra configuration steps for this to work as expected.
7878

79-
### Distributed setup
79+
### 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 running on each CasparCG machine.
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

83-
An example docker-compose of the setup is as follows:
83+
An example `docker-compose` of the setup is as follows:
8484

8585
```
8686
services:
@@ -158,10 +158,10 @@ Note that each appContainer needs to use a different resourceId and will need it
158158
![Package Manager demo settings](/img/docs/Package_Manager_demo_settings.png)
159159
1. If Package Manager `start:single-app` is running, restart it. If not, start it (see the above [Installation instructions](#installation-quick-start) for the relevant command line).
160160

161-
### Separate http proxy server
161+
### Separate HTTP proxy server
162162

163-
In some setups, the url of the http proxy server is different when accessing the sofie ui and package manager.
164-
You can use the 'Network ID' concept in package manager to provide guidance on which to use when.
163+
In some setups, the URL of the HTTP proxy server is different when accessing the Sofie UI and Package Manager.
164+
You can use the 'Network ID' concept in Package Manager to provide guidance on which to use when.
165165

166166
By adding `--networkIds=pm-net` (a semi colon separated list) when launching the exes on the CasparCG machine, the application will know to prefer certain accessors with matching values.
167167

0 commit comments

Comments
 (0)