Skip to content
Snippets Groups Projects
Commit 21fac34e authored by tyranron's avatar tyranron
Browse files

update links to GitLab documentation site

parent 617d6533
No related branches found
No related tags found
1 merge request!1115Update links to GitLab documentation site
Showing
with 41 additions and 41 deletions
Loading
Loading
@@ -100,7 +100,7 @@ See [doc/settings/smtp.md](doc/settings/smtp.md).
##### Omniauth (Google, Twitter, GitHub login)
 
Omniauth configuration is documented in
[doc.gitlab.com](http://doc.gitlab.com/ce/integration/omniauth.html).
[docs.gitlab.com](https://docs.gitlab.com/ce/integration/omniauth.html).
 
##### Adjusting Unicorn settings
 
Loading
Loading
@@ -224,7 +224,7 @@ See [doc/settings/backups.md](doc/settings/backups.md#creating-an-application-ba
 
### Restoring an application backup
 
See [backup restore documentation](http://doc.gitlab.com/ce/raketasks/backup_restore.html#omnibus-installations).
See [backup restore documentation](https://docs.gitlab.com/ce/raketasks/backup_restore.html#omnibus-installations).
 
### Backup and restore using non-packaged database
 
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@ Omnibus is a way to package different services and tools required to run GitLab,
## Installation
 
- [Package downloads page](https://about.gitlab.com/downloads/)
- [Installation Requirements](http://doc.gitlab.com/ce/install/requirements.html)
- [Installation Requirements](https://docs.gitlab.com/ce/install/requirements.html)
- [GitLab CI](gitlab-ci/README.md) Set up the GitLab CI coordinator that ships with Omnibus GitLab package.
- [GitLab Mattermost](gitlab-mattermost/README.md) Set up the Mattermost messaging app that ships with Omnibus GitLab package.
- [Docker](docker/README.md) Set up the GitLab in Docker container.
Loading
Loading
@@ -35,11 +35,11 @@ Omnibus is a way to package different services and tools required to run GitLab,
- [Redis](settings/redis.md)
- [Logs](settings/logs.md)
- [Database](settings/database.md)
- [Reply by email](http://doc.gitlab.com/ce/incoming_email/README.html)
- [Reply by email](https://docs.gitlab.com/ce/incoming_email/README.html)
- [Environment variables](settings/environment-variables.md)
- [gitlab.yml](settings/gitlab.yml.md)
- [Backups](settings/backups.md)
- [Pages (EE-only)](http://doc.gitlab.com/ee/pages/administration.html)
- [Pages (EE-only)](https://docs.gitlab.com/ee/pages/administration.html)
 
## Updating
 
Loading
Loading
Loading
Loading
@@ -247,7 +247,7 @@ Redis, Mattermost) are isolated from each other using Unix user
accounts. Creating and managing these user accounts requires root
access. By default, omnibus-gitlab will create the required Unix
accounts during 'gitlab-ctl reconfigure' but that behavior can be
[disabled](http://doc.gitlab.com/omnibus/settings/configuration.html#disable-user-and-group-account-management).
[disabled](https://docs.gitlab.com/omnibus/settings/configuration.html#disable-user-and-group-account-management).
 
In principle omnibus-gitlab could do with only 2 user accounts (one
for GitLab and one for Mattermost) if we give each application its own
Loading
Loading
@@ -310,7 +310,7 @@ sudo chown -R git:git /var/opt/gitlab/gitlab-rails/tmp/cache
 
### 'Short read or OOM loading DB' error
 
Try cleaning the old redis session by following the [documentation here.](http://doc.gitlab.com/ce/operations/cleaning_up_redis_sessions.html)
Try cleaning the old redis session by following the [documentation here.](https://docs.gitlab.com/ce/operations/cleaning_up_redis_sessions.html)
 
### Apt error 'The requested URL returned error: 403'
 
Loading
Loading
@@ -423,7 +423,7 @@ how to override the default headers.
 
### Extension missing pg_trgm
 
Starting from GitLab 8.6, [GitLab requires](http://doc.gitlab.com/ce/install/requirements.html#postgresql-requirements)
Starting from GitLab 8.6, [GitLab requires](https://docs.gitlab.com/ce/install/requirements.html#postgresql-requirements)
the PostgreSQL extension `pg_trgm`.
If you are using omnibus-gitlab package with the bundled database, the extension
should be automatically enabled when you upgrade.
Loading
Loading
@@ -482,7 +482,7 @@ above, and finally restart the container.
 
### Errno::ENOMEM: Cannot allocate memory during backup or upgrade
 
[GitLab requires](http://doc.gitlab.com/ce/install/requirements.html#memory)
[GitLab requires](https://docs.gitlab.com/ce/install/requirements.html#memory)
2GB of available memory to run without errors. Having 2GB of memory installed may
not be enough depending on the resource usage of other processes on your server.
If GitLab runs fine when not upgrading or running a backup, then adding more swap
Loading
Loading
@@ -526,4 +526,4 @@ will need to switch to using `no_root_squash` in your NFS exports on the NFS ser
[script source]: https://www.madboa.com/geek/openssl/#verify-new
[gitlab.rb.template]: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
[Change the default proxy headers section of nginx doc]: doc/settings/nginx.md
[reconfigure GitLab]: http://doc.gitlab.com/ce/administration/restart_gitlab.html#omnibus-gitlab-reconfigure
[reconfigure GitLab]: https://docs.gitlab.com/ce/administration/restart_gitlab.html#omnibus-gitlab-reconfigure
Loading
Loading
@@ -146,7 +146,7 @@ the `GITLAB_OMNIBUS_CONFIG` option. The content of `GITLAB_OMNIBUS_CONFIG` is
_not_ preserved between subsequent runs.
 
There are also a limited number of environment variables to configure GitLab.
They are documented in the [environment variables section of the GitLab documentation](http://doc.gitlab.com/ce/administration/environment_variables.html).
They are documented in the [environment variables section of the GitLab documentation](https://docs.gitlab.com/ce/administration/environment_variables.html).
 
## After starting a container
 
Loading
Loading
Loading
Loading
@@ -18,7 +18,7 @@ version.
 
Starting with GitLab 8.0, GitLab CI is integrated into GitLab.
 
To see how to configure your project with GitLab CI, see the [GitLab CI quickstart documentation](http://doc.gitlab.com/ce/ci/quick_start/README.html).
To see how to configure your project with GitLab CI, see the [GitLab CI quickstart documentation](https://docs.gitlab.com/ce/ci/quick_start/README.html).
 
## Running GitLab CI on its own server
 
Loading
Loading
Loading
Loading
@@ -265,7 +265,7 @@ This integration lets you completely control how notifications are formatted and
 
The source code can be modified to support not only GitLab, but any in-house applications you may have that support webhooks. Also see:
- [Mattermost incoming webhook documentation](http://docs.mattermost.com/developer/webhooks-incoming.html)
- [GitLab webhook documentation](http://doc.gitlab.com/ce/web_hooks/web_hooks.html)
- [GitLab webhook documentation](https://docs.gitlab.com/ce/web_hooks/web_hooks.html)
 
![webhooks](https://gitlab.com/gitlab-org/omnibus-gitlab/uploads/677b0aa055693c4dcabad0ee580c61b8/730_gitlab_feature_request.png)
 
Loading
Loading
Loading
Loading
@@ -77,7 +77,7 @@ lost/leaked/stolen together with the keys needed to decrypt it.
### Creating an application backup
 
To create a backup of your repositories and GitLab metadata, follow the
[backup create documentation](http://doc.gitlab.com/ce/raketasks/backup_restore.html#create-a-backup-of-the-gitlab-system).
[backup create documentation](https://docs.gitlab.com/ce/raketasks/backup_restore.html#create-a-backup-of-the-gitlab-system).
 
Backup create will store a tar file in `/var/opt/gitlab/backups`.
 
Loading
Loading
@@ -111,7 +111,7 @@ in order to have these backups persisted outside the container.
 
### Restoring an application backup
 
See [backup restore documentation](http://doc.gitlab.com/ce/raketasks/backup_restore.html#omnibus-installations).
See [backup restore documentation](https://docs.gitlab.com/ce/raketasks/backup_restore.html#omnibus-installations).
 
### Backup and restore using non-packaged database
 
Loading
Loading
Loading
Loading
@@ -23,7 +23,7 @@ Run `sudo gitlab-ctl reconfigure` for the change to take effect.
 
_**Note:** Relative URL support in Omnibus GitLab is **experimental** and was
[introduced][590] in version 8.5. For source installations there is a
[separate document](http://doc.gitlab.com/ce/install/relative_url.html)._
[separate document](https://docs.gitlab.com/ce/install/relative_url.html)._
 
---
 
Loading
Loading
@@ -469,7 +469,7 @@ See [doc/settings/smtp.md](smtp.md).
## Omniauth (Google, Twitter, GitHub login)
 
Omniauth configuration is documented in
[doc.gitlab.com](http://doc.gitlab.com/ce/integration/omniauth.html).
[docs.gitlab.com](https://docs.gitlab.com/ce/integration/omniauth.html).
 
## Adjusting Unicorn settings
 
Loading
Loading
Loading
Loading
@@ -240,8 +240,8 @@ sudo gitlab-psql -d gitlabhq_production
```
 
[ee-245]: https://gitlab.com/gitlab-org/gitlab-ee/issues/245 "MySQL collation issue"
[rake-backup]: http://doc.gitlab.com/ce/raketasks/backup_restore.html#create-a-backup-of-the-gitlab-system "Backup raketask documentation"
[Reconfigure GitLab]: http://doc.gitlab.com/ce/administration/restart_gitlab.html#omnibus-gitlab-reconfigure "Reconfigure GitLab"
[rake-restore]: http://doc.gitlab.com/ce/raketasks/backup_restore.html#restore-a-previously-created-backup "Restore raketask documentation"
[mysql-install]: http://docs.gitlab.com/ce/install/database_mysql.html "MySQL documentation"
[database requirements document]: http://doc.gitlab.com/ce/install/requirements.html#database
[rake-backup]: https://docs.gitlab.com/ce/raketasks/backup_restore.html#create-a-backup-of-the-gitlab-system "Backup raketask documentation"
[Reconfigure GitLab]: https://docs.gitlab.com/ce/administration/restart_gitlab.html#omnibus-gitlab-reconfigure "Reconfigure GitLab"
[rake-restore]: https://docs.gitlab.com/ce/raketasks/backup_restore.html#restore-a-previously-created-backup "Restore raketask documentation"
[mysql-install]: https://docs.gitlab.com/ce/install/database_mysql.html "MySQL documentation"
[database requirements document]: https://docs.gitlab.com/ce/install/requirements.html#database
Loading
Loading
@@ -111,7 +111,7 @@ EOS
Run `sudo gitlab-ctl reconfigure` for the LDAP settings to take effect.
 
For more information on LDAP Integration, check
[Gitlab CE LDAP Documentation](http://doc.gitlab.com/ce/integration/ldap.html) or
[Gitlab EE LDAP Documentation](http://doc.gitlab.com/ee/integration/ldap.html)
[Gitlab CE LDAP Documentation](https://docs.gitlab.com/ce/integration/ldap.html) or
[Gitlab EE LDAP Documentation](https://docs.gitlab.com/ee/integration/ldap.html)
 
*Note*: If you are using pre GitLab 7.4 [configuration syntax like described in the old version README LDAP section](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/e65f026839594d54ad46a31a672d735b9caa16f0/README.md#setting-up-ldap-sign-in) be advised that it is deprecated.
Loading
Loading
@@ -109,7 +109,7 @@ in `/etc/gitlab/gitlab.rb`:
}
```
 
Save the file and [reconfigure GitLab](http://doc.gitlab.com/ce/administration/restart_gitlab.html#omnibus-gitlab-reconfigure)
Save the file and [reconfigure GitLab](https://docs.gitlab.com/ce/administration/restart_gitlab.html#omnibus-gitlab-reconfigure)
for the changes to take effect.
 
This way you can specify any header supported by NGINX you require.
Loading
Loading
@@ -139,7 +139,7 @@ By default, omnibus-gitlab will use the IP addresses in `real_ip_trusted_address
as GitLab's trusted proxies, which will keep users from being listed as signed
in from those IPs.
 
Save the file and [reconfigure GitLab](http://doc.gitlab.com/ce/administration/restart_gitlab.html#omnibus-gitlab-reconfigure)
Save the file and [reconfigure GitLab](https://docs.gitlab.com/ce/administration/restart_gitlab.html#omnibus-gitlab-reconfigure)
for the changes to take effect.
 
## Configuring HTTP2 protocol
Loading
Loading
@@ -168,7 +168,7 @@ specifying in `/etc/gitlab/gitlab.rb`:
nginx['http2_enabled'] = false
```
 
Save the file and [reconfigure GitLab](http://doc.gitlab.com/ce/administration/restart_gitlab.html#omnibus-gitlab-reconfigure)
Save the file and [reconfigure GitLab](https://docs.gitlab.com/ce/administration/restart_gitlab.html#omnibus-gitlab-reconfigure)
for the changes to take effect.
 
## Using a non-bundled web-server
Loading
Loading
Documentation moved to <http://doc.gitlab.com/ee/pages/administration.html>.
Documentation moved to <https://docs.gitlab.com/ee/pages/administration.html>.
Loading
Loading
@@ -94,4 +94,4 @@ redis['tcp_keepalive'] = "300"
 
## Using a Redis HA setup
 
See http://docs.gitlab.com/ce/administration/high_availability/redis.html.
See <https://docs.gitlab.com/ce/administration/high_availability/redis.html>.
Loading
Loading
@@ -576,4 +576,4 @@ sudo gitlab-rake gitlab:check SANITIZE=true
```
 
+ Information on using `gitlab-ctl` to perform maintenance tasks - [maintenance/README.md.](../maintenance/README.md)
+ Information on using `gitlab-rake` to check the configuration - [Maintenance - Rake tasks](http://doc.gitlab.com/ee/raketasks/maintenance.html#check-gitlab-configuration).
+ Information on using `gitlab-rake` to check the configuration - [Maintenance - Rake tasks](https://docs.gitlab.com/ee/administration/raketasks/maintenance.html#check-gitlab-configuration).
Loading
Loading
@@ -28,7 +28,7 @@ external_url 'GENERATED_EXTERNAL_URL'
# gitlab_rails['gitlab_username_changing_enabled'] = true
# gitlab_rails['gitlab_default_theme'] = 2
# gitlab_rails['gitlab_default_projects_features_issues'] = true
# See https://doc.gitlab.com/ce/customization/issue_closing.html for more information about this pattern.
# See https://docs.gitlab.com/ce/customization/issue_closing.html for more information about this pattern.
# gitlab_rails['gitlab_issue_closing_pattern'] = "((?:[Cc]los(?:e[sd]?|ing)|[Ff]ix(?:e[sd]|ing)?) +(?:(?:issues? +)?%{issue_ref}(?:(?:, *| +and +)?))+)"
# gitlab_rails['gitlab_default_projects_features_merge_requests'] = true
# gitlab_rails['gitlab_default_projects_features_wiki'] = true
Loading
Loading
@@ -56,7 +56,7 @@ external_url 'GENERATED_EXTERNAL_URL'
 
## Reply by email
# Allow users to comment on issues and merge requests by replying to notification emails.
# For documentation on how to set this up, see https://doc.gitlab.com/ce/incoming_email/README.html
# For documentation on how to set this up, see https://docs.gitlab.com/ce/administration/reply_by_email.html
# gitlab_rails['incoming_email_enabled'] = true
#
# # The email address including the `%{key}` placeholder that will be replaced to reference the item being replied to.
Loading
Loading
@@ -157,7 +157,7 @@ external_url 'GENERATED_EXTERNAL_URL'
# EOS
 
## Setting up Kerberos (EE only)
## See https://doc.gitlab.com/ee/integration/kerberos.html#http-git-access
## See https://docs.gitlab.com/ee/integration/kerberos.html#http-git-access
# gitlab_rails['kerberos_enabled'] = true
# gitlab_rails['kerberos_keytab'] = /etc/http.keytab
# gitlab_rails['kerberos_service_principal_name'] = HTTP/gitlab.example.com@EXAMPLE.COM
Loading
Loading
@@ -186,7 +186,7 @@ external_url 'GENERATED_EXTERNAL_URL'
#
# If you setup Bitbucket importer under omniauth providers you will need to add the keys
# which will allow connection between Bitbucket and GitLab.
# For details see https://doc.gitlab.com/ce/integration/bitbucket.html
# For details see https://docs.gitlab.com/ce/integration/bitbucket.html
# gitlab_rails['bitbucket'] = {
# 'known_hosts_key' => 'bitbucket.org,207.223.240.182 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw==',
# 'private_key' => '-----BEGIN RSA PRIVATE KEY-----
Loading
Loading
@@ -200,7 +200,7 @@ external_url 'GENERATED_EXTERNAL_URL'
 
# gitlab_rails['manage_backup_path'] = true
# gitlab_rails['backup_path'] = "/var/opt/gitlab/backups"
# gitlab_rails['backup_archive_permissions'] = 0644 # See: https://doc.gitlab.com/ce/raketasks/backup_restore.html#backup-archive-permissions
# gitlab_rails['backup_archive_permissions'] = 0644 # See: https://docs.gitlab.com/ce/raketasks/backup_restore.html#backup-archive-permissions
# gitlab_rails['backup_pg_schema'] = 'public'
# gitlab_rails['backup_keep_time'] = 604800
# gitlab_rails['backup_upload_connection'] = {
Loading
Loading
@@ -775,7 +775,7 @@ external_url 'GENERATED_EXTERNAL_URL'
#############################
## Disable management of users and groups accounts.
## Set only if creating accounts manually
## See: https://doc.gitlab.com/omnibus/settings/configuration.html#disable-user-and-group-account-management
## See: https://docs.gitlab.com/omnibus/settings/configuration.html#disable-user-and-group-account-management
# manage_accounts['enable'] = false
 
#######################
Loading
Loading
@@ -783,7 +783,7 @@ external_url 'GENERATED_EXTERNAL_URL'
#######################
## Disable managing storage directories
## Set only if the select directories are created manually
## See: https://doc.gitlab.com/omnibus/settings/configuration.html#disable-storage-directories-management
## See: https://docs.gitlab.com/omnibus/settings/configuration.html#disable-storage-directories-management
# manage_storage_directories['enable'] = false
# manage_storage_directories['manage_etc'] = false
 
Loading
Loading
Loading
Loading
@@ -146,7 +146,7 @@ bash "Show the message of the failed upgrade." do
where "TEAMNAME" is the name of the default team.
Run gitlab-ctl reconfigure again.
See: \n
http://docs.gitlab.com/omnibus/gitlab-mattermost/#upgrading-gitlab-mattermost-from-versions-prior-to-8.9 \n
https://docs.gitlab.com/omnibus/gitlab-mattermost/#upgrading-gitlab-mattermost-from-versions-prior-to-8-9 \n
for more information.\n
" >> #{log_file}
EOS
Loading
Loading
Loading
Loading
@@ -87,7 +87,7 @@ production: &base
 
## Reply by email
# Allow users to comment on issues and merge requests by replying to notification emails.
# For documentation on how to set this up, see http://doc.gitlab.com/ce/incoming_email/README.html
# For documentation on how to set this up, see https://docs.gitlab.com/ce/administration/reply_by_email.html
incoming_email:
enabled: <%= @incoming_email_enabled %>
 
Loading
Loading
@@ -157,7 +157,7 @@ production: &base
port: <%= @elasticsearch_port %>
 
## Gravatar
## For Libravatar see: http://doc.gitlab.com/ce/customization/libravatar.html
## For Libravatar see: https://docs.gitlab.com/ce/customization/libravatar.html
gravatar:
# gravatar urls: possible placeholders: %{hash} %{size} %{email}
plain_url: <%= single_quote(@gravatar_plain_url) %> # default: http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon
Loading
Loading
@@ -323,7 +323,7 @@ production: &base
# see https://github.com/gitlabhq/gitlab-public-wiki/wiki/Custom-omniauth-provider-configurations
# The 'app_id' and 'app_secret' parameters are always passed as the first two
# arguments, followed by optional 'args' which can be either a hash or an array.
# Documentation for this is available at http://doc.gitlab.com/ce/integration/omniauth.html
# Documentation for this is available at https://docs.gitlab.com/ce/integration/omniauth.html
providers:
# - { name: 'google_oauth2', app_id: 'YOUR APP ID',
# app_secret: 'YOUR APP SECRET',
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