Skip to content

Commit 46978fd

Browse files
authored
Update setting-up-travis-ci-enterprise.md
1 parent 6f28256 commit 46978fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

user/enterprise/setting-up-travis-ci-enterprise.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Platform* which hosts the web UI and related services, and one or more
2727
*Worker hosts* which run the tests/jobs in isolated containers using LXC
2828
and Docker.
2929

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**.
3131

3232
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.
3333

@@ -43,7 +43,7 @@ You can also try services like [compose.com](https://compose.com/), if you would
4343

4444
The Travis CI Enterprise Platform handles licensing, coordinates worker
4545
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
4747
Enterprise worker. We recommend using AWS' `c4.2xlarge` instance running
4848
Ubuntu 16.04 LTS or later as the underlying operating system.
4949

@@ -77,18 +77,18 @@ installation's hostname, port 8800) to complete the setup:
7777
7878
1. Add a secure certificate or configure a trusted one.
7979
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.
8181
1. Connect your GitHub Enterprise or GitHub.com with Travis CI enterprise.
8282
1. Optionally, configure Email, Metrics and Caches.
8383
1. Copy the *RabbitMQ password* for the Worker setup.
8484
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/).
8686
8787
## Setup the Enterprise Worker virtual machine
8888
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.
9292
9393
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.
9494

0 commit comments

Comments
 (0)