Skip to content
Snippets Groups Projects
Verified Commit 109cfd95 authored by Marcel Amirault's avatar Marcel Amirault Committed by Achilleas Pipinellis
Browse files

Correct grammar (setup to set-up) in Docs

parent a4a7c531
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Showing
with 32 additions and 32 deletions
Loading
Loading
@@ -191,7 +191,7 @@ instant how code changes impact your production environment.
### User account
 
- [User account](user/profile/index.md): Manage your account
- [Authentication](topics/authentication/index.md): Account security with two-factor authentication, setup your ssh keys and deploy keys for secure access to your projects.
- [Authentication](topics/authentication/index.md): Account security with two-factor authentication, set up your ssh keys and deploy keys for secure access to your projects.
- [Profile settings](user/profile/index.md#profile-settings): Manage your profile settings, two factor authentication and more.
- [User permissions](user/permissions.md): Learn what each role in a project (external/guest/reporter/developer/maintainer/owner) can do.
 
Loading
Loading
Loading
Loading
@@ -132,7 +132,7 @@ main:
## Enables SSL certificate verification if encryption method is
## "start_tls" or "simple_tls". Defaults to true since GitLab 10.0 for
## security. This may break installations upon upgrade to 10.0, that did
## not know their LDAP SSL certificates were not setup properly.
## not know their LDAP SSL certificates were not set up properly.
##
verify_certificates: true
 
Loading
Loading
Loading
Loading
@@ -9,7 +9,7 @@ separate from the GitLab Omnibus package.
 
If you use a cloud-managed service, or provide your own PostgreSQL instance:
 
1. Setup PostgreSQL according to the
1. Set up PostgreSQL according to the
[database requirements document](../install/requirements.md#database).
1. Set up a `gitlab` username with a password of your choice. The `gitlab` user
needs privileges to create the `gitlabhq_production` database.
Loading
Loading
Loading
Loading
@@ -13,7 +13,7 @@ Database Service (RDS) that runs PostgreSQL.
 
If you use a cloud-managed service, or provide your own PostgreSQL:
 
1. Setup PostgreSQL according to the
1. Set up PostgreSQL according to the
[database requirements document](../../install/requirements.md#database).
1. Set up a `gitlab` username with a password of your choice. The `gitlab` user
needs privileges to create the `gitlabhq_production` database.
Loading
Loading
Loading
Loading
@@ -81,7 +81,7 @@ When a **Master** fails to respond, it's the application's responsibility
(in our case GitLab) to handle timeout and reconnect (querying a **Sentinel**
for a new **Master**).
 
To get a better understanding on how to correctly setup Sentinel, please read
To get a better understanding on how to correctly set up Sentinel, please read
the [Redis Sentinel documentation](http://redis.io/topics/sentinel) first, as
failing to configure it correctly can lead to data loss or can bring your
whole cluster down, invalidating the failover effort.
Loading
Loading
@@ -217,7 +217,7 @@ Pick the one that suits your needs.
and configure Sentinel, jump directly to the Sentinel section in the
[Redis HA installation from source](redis_source.md#step-3-configuring-the-redis-sentinel-instances) documentation.
- [Omnibus GitLab **Enterprise Edition** (EE) package][ee]: Both Redis and Sentinel
are bundled in the package, so you can use the EE package to setup the whole
are bundled in the package, so you can use the EE package to set up the whole
Redis HA infrastructure (master, slave and Sentinel) which is described in
this document.
- If you have installed GitLab using the Omnibus GitLab packages (CE or EE),
Loading
Loading
@@ -228,7 +228,7 @@ Pick the one that suits your needs.
 
## Configuring Redis HA
 
This is the section where we install and setup the new Redis instances.
This is the section where we install and set up the new Redis instances.
 
> **Notes:**
> - We assume that you have installed GitLab and all HA components from scratch. If you
Loading
Loading
@@ -370,7 +370,7 @@ You must have at least `3` Redis Sentinel servers, and they need to
be each in an independent machine. You can configure them in the same
machines where you've configured the other Redis servers.
 
With GitLab Enterprise Edition, you can use the Omnibus package to setup
With GitLab Enterprise Edition, you can use the Omnibus package to set up
multiple machines with the Sentinel daemon.
 
---
Loading
Loading
@@ -535,7 +535,7 @@ In this example we consider that all servers have an internal network
interface with IPs in the `10.0.0.x` range, and that they can connect
to each other using these IPs.
 
In a real world usage, you would also setup firewall rules to prevent
In a real world usage, you would also set up firewall rules to prevent
unauthorized access from other machines and block traffic from the
outside (Internet).
 
Loading
Loading
Loading
Loading
@@ -24,7 +24,7 @@ the Omnibus Redis HA documentation.
 
## Configuring your own Redis server
 
This is the section where we install and setup the new Redis instances.
This is the section where we install and set up the new Redis instances.
 
### Prerequisites
 
Loading
Loading
@@ -204,7 +204,7 @@ In this example we consider that all servers have an internal network
interface with IPs in the `10.0.0.x` range, and that they can connect
to each other using these IPs.
 
In a real world usage, you would also setup firewall rules to prevent
In a real world usage, you would also set up firewall rules to prevent
unauthorized access from other machines, and block traffic from the
outside ([Internet][it]).
 
Loading
Loading
Loading
Loading
@@ -31,7 +31,7 @@ uploading user SSH keys to GitLab entirely.
 
## Setting up SSH certificate lookup via GitLab Shell
 
How to fully setup SSH certificates is outside the scope of this
How to fully set up SSH certificates is outside the scope of this
document. See [OpenSSH's
PROTOCOL.certkeys](https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?annotate=HEAD)
for how it works, and e.g. [RedHat's documentation about
Loading
Loading
@@ -132,7 +132,7 @@ message about this being an invalid user.
## Interaction with the `authorized_keys` file
 
SSH certificates can be used in conjunction with the `authorized_keys`
file, and if setup as configured above the `authorized_keys` file will
file, and if set up as configured above the `authorized_keys` file will
still serve as a fallback.
 
This is because if the `AuthorizedPrincipalsCommand` can't
Loading
Loading
Loading
Loading
@@ -56,7 +56,7 @@ Runs the following rake tasks:
- `gitlab:sidekiq:check`
- `gitlab:app:check`
 
It will check that each component was setup according to the installation guide and suggest fixes for issues found.
It will check that each component was set up according to the installation guide and suggest fixes for issues found.
 
You may also have a look at our Trouble Shooting Guides:
- [Trouble Shooting Guide (GitLab)](http://docs.gitlab.com/ee/README.html#troubleshooting)
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@ replying to notification emails.
 
## Requirement
 
Make sure [incoming email](incoming_email.md) is setup.
Make sure [incoming email](incoming_email.md) is set up.
 
## How it works?
 
Loading
Loading
Loading
Loading
@@ -245,7 +245,7 @@ Courier, which we will install later to add IMAP authentication, requires mailbo
220 gitlab.example.com ESMTP Postfix (Ubuntu)
```
 
If you get a `Connection refused` error instead, make sure your firewall is setup to allow inbound traffic on port 25.
If you get a `Connection refused` error instead, make sure your firewall is set up to allow inbound traffic on port 25.
 
1. Send the `incoming` user a dummy email to test SMTP, by entering the following into the SMTP prompt:
 
Loading
Loading
Loading
Loading
@@ -193,7 +193,7 @@ are listed in the descriptions of the relevant settings.
| `metrics_port` | integer | required by: `metrics_enabled` | The UDP port to use for connecting to InfluxDB. |
| `metrics_sample_interval` | integer | required by: `metrics_enabled` | The sampling interval in seconds. |
| `metrics_timeout` | integer | required by: `metrics_enabled` | The amount of seconds after which InfluxDB will time out. |
| `mirror_available` | boolean | no | Allow mirrors to be setup for projects. If disabled, only admins will be able to setup mirrors in projects. |
| `mirror_available` | boolean | no | Allow mirrors to be set up for projects. If disabled, only admins will be able to set up mirrors in projects. |
| `pages_domain_verification_enabled` | boolean | no | Require users to prove ownership of custom domains. Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled. |
| `password_authentication_enabled_for_git` | boolean | no | Enable authentication for Git over HTTP(S) via a GitLab account password. Default is `true`. |
| `password_authentication_enabled_for_web` | boolean | no | Enable authentication for the web interface via a GitLab account password. Default is `true`. |
Loading
Loading
Loading
Loading
@@ -11,7 +11,7 @@ We made a minimal [Ruby application](https://gitlab.com/gitlab-examples/minimal-
 
Let’s start by forking our sample application. Go to [the project page](https://gitlab.com/gitlab-examples/minimal-ruby-app) and press the `Fork` button. Soon you should have a project under your namespace with the necessary files.
 
## Setup your own cluster on Google Kubernetes Engine
## Set up your own cluster on Google Kubernetes Engine
 
If you do not already have a Google Cloud account, create one at https://console.cloud.google.com.
 
Loading
Loading
@@ -71,7 +71,7 @@ Use this IP address to configure your DNS. This part heavily depends on your pre
 
Use `nslookup minimal-ruby-app-staging.<yourdomain>` to confirm that domain is assigned to the cluster IP.
 
## Setup Auto Deploy
## Set up Auto Deploy
 
Visit the home page of your GitLab.com project and press "Set up Auto Deploy" button.
 
Loading
Loading
Loading
Loading
@@ -370,7 +370,7 @@ review_app:
url: https://$CI_COMMIT_REF_SLUG.example.com
```
 
It is assumed that the user has already setup NGINX and GitLab Runner in the
It is assumed that the user has already set up NGINX and GitLab Runner in the
server this job will run on.
 
>**Note:**
Loading
Loading
Loading
Loading
@@ -520,7 +520,7 @@ a lot of breathing room in quickly getting changes to players.
Here are some ideas to further investigate that can speed up or improve your pipeline:
 
- [Yarn](https://yarnpkg.com) instead of npm
- Setup a custom [Docker](../../../ci/docker/using_docker_images.md#define-image-and-services-from-gitlab-ci-yml) image that can preload dependencies and tools (like AWS CLI)
- Set up a custom [Docker](../../../ci/docker/using_docker_images.md#define-image-and-services-from-gitlab-ci-yml) image that can preload dependencies and tools (like AWS CLI)
- Forward a [custom domain](http://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html) to your game's S3 static website
- Combine jobs if you find it unnecessary for a small project
- Avoid the queues and set up your own [custom GitLab CI/CD runner](https://about.gitlab.com/2016/03/01/gitlab-runner-with-docker/)
Loading
Loading
@@ -13,7 +13,7 @@ date: 2017-08-31
 
GitLab features our applications with Continuous Integration, and it is possible to easily deploy the new code changes to the production server whenever we want.
 
In this tutorial, we'll show you how to initialize a [Laravel](http://laravel.com/) application and setup our [Envoy](https://laravel.com/docs/envoy) tasks, then we'll jump into see how to test and deploy it with [GitLab CI/CD](../README.md) via [Continuous Delivery](https://about.gitlab.com/2016/08/05/continuous-integration-delivery-and-deployment-with-gitlab/).
In this tutorial, we'll show you how to initialize a [Laravel](http://laravel.com/) application and set up our [Envoy](https://laravel.com/docs/envoy) tasks, then we'll jump into see how to test and deploy it with [GitLab CI/CD](../README.md) via [Continuous Delivery](https://about.gitlab.com/2016/08/05/continuous-integration-delivery-and-deployment-with-gitlab/).
 
We assume you have a basic experience with Laravel, Linux servers,
and you know how to use GitLab.
Loading
Loading
@@ -23,7 +23,7 @@ It has a great community with a [fantastic documentation](https://laravel.com/do
Aside from the usual routing, controllers, requests, responses, views, and (blade) templates, out of the box Laravel provides plenty of additional services such as cache, events, localization, authentication and many others.
 
We will use [Envoy](https://laravel.com/docs/master/envoy) as an SSH task runner based on PHP.
It uses a clean, minimal [Blade syntax](https://laravel.com/docs/blade) to setup tasks that can run on remote servers, such as, cloning your project from the repository, installing the Composer dependencies, and running [Artisan commands](https://laravel.com/docs/artisan).
It uses a clean, minimal [Blade syntax](https://laravel.com/docs/blade) to set up tasks that can run on remote servers, such as, cloning your project from the repository, installing the Composer dependencies, and running [Artisan commands](https://laravel.com/docs/artisan).
 
## Initialize our Laravel app on GitLab
 
Loading
Loading
@@ -372,7 +372,7 @@ At the end, our `Envoy.blade.php` file will look like this:
 
One more thing we should do before any deployment is to manually copy our application `storage` folder to the `/var/www/app` directory on the server for the first time.
You might want to create another Envoy task to do that for you.
We also create the `.env` file in the same path to setup our production environment variables for Laravel.
We also create the `.env` file in the same path to set up our production environment variables for Laravel.
These are persistent data and will be shared to every new release.
 
Now, we would need to deploy our app by running `envoy run deploy`, but it won't be necessary since GitLab can handle that for us with CI's [environments](../../environments.md), which will be described [later](#setting-up-gitlab-ci-cd) in this tutorial.
Loading
Loading
@@ -587,7 +587,7 @@ unit_test:
script:
# Install app dependencies
- composer install
# Setup .env
# Set up .env
- cp .env.example .env
# Generate an environment key
- php artisan key:generate
Loading
Loading
Loading
Loading
@@ -199,7 +199,7 @@ pecl install <extension>
```
 
It's not advised to add this to `.gitlab-ci.yml`. You should execute this
command once, only to setup the build environment.
command once, only to set up the build environment.
 
## Extend your tests
 
Loading
Loading
Loading
Loading
@@ -29,7 +29,7 @@ are:
- **Specific Runners** are useful for jobs that have special requirements or for
projects with a specific demand. If a job has certain requirements, you can set
up the specific Runner with this in mind, while not having to do this for all
Runners. For example, if you want to deploy a certain project, you can setup
Runners. For example, if you want to deploy a certain project, you can set up
a specific Runner to have the right credentials for this. The [usage of tags](#using-tags)
may be useful in this case. Specific Runners process jobs using a [FIFO] queue.
- **Group Runners** are useful when you have multiple projects under one group
Loading
Loading
@@ -222,7 +222,7 @@ should keep in mind.
 
### Using tags
 
You must setup a Runner to be able to run all the different types of jobs
You must set up a Runner to be able to run all the different types of jobs
that it may encounter on the projects it's shared over. This would be
problematic for large amounts of projects, if it wasn't for tags.
 
Loading
Loading
@@ -298,7 +298,7 @@ and using more secure [Runner Executors](https://docs.gitlab.com/runner/executor
### Forks
 
Whenever a project is forked, it copies the settings of the jobs that relate
to it. This means that if you have shared Runners setup for a project and
to it. This means that if you have shared Runners set up for a project and
someone forks that project, the shared Runners will also serve jobs of this
project.
 
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@ description: 'Learn how to contribute to GitLab.'
 
## Get started!
 
- Setup GitLab's development environment with [GitLab Development Kit (GDK)](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/README.md)
- Set up GitLab's development environment with [GitLab Development Kit (GDK)](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/README.md)
- [GitLab contributing guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md)
- [Architecture](architecture.md) of GitLab
- [Rake tasks](rake_tasks.md) for development
Loading
Loading
Loading
Loading
@@ -63,7 +63,7 @@ EE version of your CE merge request.
For each commit (except on `master`), the `ee_compat_check` CI job tries to
detect if the current branch's changes will conflict during the CE->EE merge.
 
The job reports what files are conflicting and how to setup a merge request
The job reports what files are conflicting and how to set up a merge request
against EE.
 
#### How the job works
Loading
Loading
Loading
Loading
@@ -224,7 +224,7 @@ on those issues. Please select someone with relevant experience from the
the commit history for the affected files to find someone.
 
We also use [GitLab Triage] to automate some triaging policies. This is
currently setup as a [scheduled pipeline] running on [quality/triage-ops]
currently set up as a [scheduled pipeline] running on [quality/triage-ops]
project.
 
[described in our handbook]: https://about.gitlab.com/handbook/engineering/issue-triage/
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment