Skip to content

Commit cd90023

Browse files
authored
Update setting-up-worker.md
1 parent 46978fd commit cd90023

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

user/enterprise/setting-up-worker.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ layout: en_enterprise
44

55
---
66

7-
The Travis CI Enterprise Worker machine manages build containers and reports build
8-
statuses back to the platform. It must be installed on a separate machine
7+
The Travis CI Enterprise Worker machine manages build containers, and reports build
8+
statuses to the platform. It must be installed on a separate machine
99
instance from the Platform. We recommend using **compute optimized** instance
1010
with 8vCPU and 16GB RAM running with Ubuntu 16.04 or later.
1111

@@ -23,7 +23,7 @@ with 8vCPU and 16GB RAM running with Ubuntu 16.04 or later.
2323

2424
| Port | Service | Description |
2525
|:-----|:--------|:------------|
26-
| 22 | SSH | Allow inbound SSH traffic in order to access Worker Machine from your local machine. |
26+
| 22 | SSH | Allow inbound SSH traffic in order to access the Worker Machine from your local machine. |
2727

2828
1. *On your new virtual machine*, download and run the following installation script:
2929

@@ -35,7 +35,7 @@ with 8vCPU and 16GB RAM running with Ubuntu 16.04 or later.
3535
### Install Workers behind a web proxy
3636
3737
If you are behind a web proxy and Docker fails to download the image(s), when you run the worker installation script, edit `/etc/default/docker` and set your proxy there.
38-
Then rerun the installation script.
38+
Then, rerun the installation script.
3939
4040
If you need Docker itself to use an HTTP proxy, export it before each docker command:
4141
@@ -63,15 +63,15 @@ After setting up a new instance for the worker, please follow the respective gui
6363
6464
| Port | Service | Description |
6565
|:-----|:--------|:------------|
66-
| 22 | SSH | Allow inbound SSH traffic in order to access Worker Machine from your local machine. |
66+
| 22 | SSH | Allow inbound SSH traffic in order to access the Worker Machine from your local machine. |
6767
6868
1. *On your new virtual machine*, download and run the following installation script:
6969
7070
```
7171
$ curl -sSL -o /tmp/lxd_install.sh https://raw.githubusercontent.com/travis-ci/travis-enterprise-worker-installers/master/lxd/lxd_install.sh
7272
$ sudo bash /tmp/lxd_install.sh --travis_enterprise_host="<enterprise host>" --travis_enterprise_security_token="<rabbitmq password>" --travis_build_images_arch=”<architecture>”
7373
```
74-
Focal images are installed by default, you can change this by providing a `--travis_build_images` parameter.
74+
Focal images are installed by default; you can change this by providing a `--travis_build_images` parameter.
7575
7676
### Advanced Configuration
7777

0 commit comments

Comments
 (0)