You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/enterprise/setting-up-worker.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ layout: en_enterprise
4
4
5
5
---
6
6
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
9
9
instance from the Platform. We recommend using **compute optimized** instance
10
10
with 8vCPU and 16GB RAM running with Ubuntu 16.04 or later.
11
11
@@ -23,7 +23,7 @@ with 8vCPU and 16GB RAM running with Ubuntu 16.04 or later.
23
23
24
24
| Port | Service | Description |
25
25
|:-----|:--------|:------------|
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. |
27
27
28
28
1.*On your new virtual machine*, download and run the following installation script:
29
29
@@ -35,7 +35,7 @@ with 8vCPU and 16GB RAM running with Ubuntu 16.04 or later.
35
35
### Install Workers behind a web proxy
36
36
37
37
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.
39
39
40
40
If you need Docker itself to use an HTTP proxy, export it before each docker command:
41
41
@@ -63,15 +63,15 @@ After setting up a new instance for the worker, please follow the respective gui
63
63
64
64
| Port | Service | Description |
65
65
|:-----|:--------|:------------|
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. |
67
67
68
68
1. *On your new virtual machine*, download and run the following installation script:
0 commit comments