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-travis-ci-enterprise.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Platform* which hosts the web UI and related services, and one or more
27
27
*Worker hosts* which run the tests/jobs in isolated containers using LXC
28
28
and Docker.
29
29
30
-
Each dedicated host or hypervisor (VMWare, OpenStack using KVM, or EC2) should run **Ubuntu 16.04**, ideally using Linux 3.16 and have at least **16 gigs of RAM and 8 CPUs**.
30
+
Each dedicated host or hypervisor (VMWare, OpenStack using KVM, or EC2) should run **Ubuntu 16.04**, ideally using Linux 3.16, and have at least **16 gigs of RAM and 8 CPUs**.
31
31
32
32
If you're running on EC2, we recommend the **c4.2xlarge** instance type for both **Platform** and **Worker**. We also recommend using an image that uses EBS for the root volume, as well as allocating 40 gigs of space to it.
33
33
@@ -43,7 +43,7 @@ You can also try services like [compose.com](https://compose.com/), if you would
43
43
44
44
The Travis CI Enterprise Platform handles licensing, coordinates worker
45
45
processes, and maintains the Enterprise user and admin dashboard. It must be
46
-
installed on it's own machine instance, separate from that of the Travis CI
46
+
installed on its own machine instance, separate from that of the Travis CI
47
47
Enterprise worker. We recommend using AWS' `c4.2xlarge` instance running
48
48
Ubuntu 16.04 LTS or later as the underlying operating system.
49
49
@@ -77,18 +77,18 @@ installation's hostname, port 8800) to complete the setup:
77
77
78
78
1. Add a secure certificate or configure a trusted one.
79
79
1. Upload your Travis CI Enterprise license.
80
-
1. Configure access to the Admin Console with a password or using openLDAP. This controls access to the Admin Console itself, not to the Travis CI Enterprise instance.
80
+
1. Configure access to the Admin Console with a password or using OpenLDAP. This controls access to the Admin Console, not the Travis CI Enterprise instance.
81
81
1. Connect your GitHub Enterprise or GitHub.com with Travis CI enterprise.
82
82
1. Optionally, configure Email, Metrics and Caches.
83
83
1. Copy the *RabbitMQ password* for the Worker setup.
84
84
85
-
> If you have decided to use a self-signed certificate, there may be additional configuration steps required. Please see our page on [SSL Certificate Management](/user/enterprise/ssl-certificate-management/) for more information.
85
+
> Additional configuration steps may be required if you have decided to use a self-signed certificate. For more information, please see our page on [SSL Certificate Management](/user/enterprise/ssl-certificate-management/).
86
86
87
87
## Setup the Enterprise Worker virtual machine
88
88
89
-
The Travis CI Enterprise Worker manages build containers and reports build
90
-
statuses back to the platform. It must be installed on a separate machine
91
-
instance from the Platform. We recommend using instance running Ubuntu 16.04 LTS or later as the underlying operating system.
89
+
The Travis CI Enterprise Worker manages build containers, and reports build
90
+
statuses to the platform. It must be installed on a separate machine
91
+
instance from the Platform. We recommend using instances running Ubuntu 16.04 LTS or later as the underlying operating system.
92
92
93
93
Make sure you have already [set up the Enterprise Platform](/user/enterprise/setting-up-travis-ci-enterprise/#1-setting-up-enterprise-platform-virtual-machine) and have the *RabbitMQ password* and the *hostname* from the Platform Dashboard.
0 commit comments