summaryrefslogtreecommitdiff
path: root/doc/install
Commit message (Collapse)AuthorAgeFilesLines
* Update guides for 8.17 versionupdate-guidesRuben Davila2017-02-061-2/+2
|
* Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones2017-02-033-1/+140
|\
| * Merge branch 'update-installation-docs' into 'master' Stan Hu2017-02-032-0/+139
| |\ | | | | | | | | | | | | Update installation docs to include Docker, others See merge request !8943
| | * Update installation docs to include Docker, othersupdate-installation-docsCindy Pallares2017-02-022-0/+139
| | | | | | | | | | | | | | | | | | As per this comment https://gitlab.com/gitlab-com/support/issues/374#note_22056587 we're moving documentation around from the support workflows.
| * | Fix Ruby verification commandfix-ruby-verification-commandSean McGivern2017-02-021-1/+1
| |/
* | Move Pages docs to new locationAchilleas Pipinellis2017-02-011-1/+1
| |
* | Point to GP administration guide, no need to duplicate things [ci skip]Achilleas Pipinellis2017-01-311-10/+4
| |
* | Add GitLab PagesKamil Trzcinski2017-01-311-0/+13
|/ | | | | | | | | | | | | | | | - The pages are created when build artifacts for `pages` job are uploaded - Pages serve the content under: http://group.pages.domain.com/project - Pages can be used to serve the group page, special project named as host: group.pages.domain.com - User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project - Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings - The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB) - The public/ is extracted from artifacts and content is served as static pages - Pages asynchronous worker use `dd` to limit the unpacked tar size - Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml - Pages are part of backups - Pages notify the deployment status using Commit Status API - Pages use a new sidekiq queue: pages - Pages use a separate nginx config which needs to be explicitly added
* remove assets:compile step from relative_url docsMike Greiling2017-01-271-8/+0
|
* update scripts and docs to reference the newly namespaced rake taskrelative-url-assetsMike Greiling2017-01-272-2/+2
|
* Merge branch 'mysql-sources-utf8mb4-fix' into 'master'Rémy Coutable2017-01-261-3/+202
|\ | | | | | | | | Gitlab from sources : proper utf8mb4 support for MySQL 5.5 to 5.7 See merge request !8508
| * Gitlab from sources : proper utf8mb4 support for MySQL 5.5 to 5.7Guillaume Simon2017-01-121-3/+202
| |
* | Fix hash of ruby archive in documentationMaximilien Cuony2017-01-241-1/+1
| |
* | Allow to use ENV variables in redis configSemyon Pupkov2017-01-131-0/+6
|/
* added update guides for 8.16 [ci skip]James Lopez2017-01-091-2/+2
|
* Re-order update steps in the 8.14 -> 8.15 upgrade guide26014-fix-update-docRémy Coutable2017-01-091-6/+0
| | | | | | | | | 1. Gems need to be installed before we can run the gitlab:workhorse:install task 1. Update gitlab-shell after gitlab-workhorse since it's a manual step that needs to be done in `/home/git/gitlab-shell` Signed-off-by: Rémy Coutable <remy@rymai.me>
* [ci skip] Update "Installation from source" guide for 8.15.0update/installation-from-source-guide-8-15Douglas Barbosa Alexandre2016-12-091-2/+2
|
* Merge branch 'update-git-version-in-doc' into 'master' Marin Jankovski2016-12-071-4/+4
|\ | | | | | | | | | | | | Bump Git version requirement to 2.8.4 Following gitlab-org/omnibus-gitlab!1108, the install doc and README should be updated too. See merge request !7878
| * Bump Git version requirement to 2.8.4update-git-version-in-docRémy Coutable2016-12-011-4/+4
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Bump ruby versionzj-use-ruby-2-3-3Z.J. van de Weg2016-12-031-3/+3
| |
* | Don't allow to specify a repo or version when installing Workhorseremove-gitlab-workhorse-version-option-from-install-taskRémy Coutable2016-12-011-12/+0
|/ | | | | | The task will use the canonical repo and the required version. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move task helpers to a module22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-installRémy Coutable2016-11-301-4/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add #run_command! to task helpers to raise a TaskFailedError if status is not 0Rémy Coutable2016-11-301-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* New `gitlab:workhorse:install` rake taskRémy Coutable2016-11-301-9/+19
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update GitLab Workhorse to v1.0.1Nick Thomas2016-11-251-1/+1
| | | | | v1.0.0 was mistakenly tagged with a lightweight, rather than annotated, tag, which caused compiled versions of workhorse to wrongly report their version.
* Fix documentation to create the `pg_trm` extension before creating the DB24908-install-instructions-seem-to-have-two-database-steps-out-of-orderRémy Coutable2016-11-241-5/+5
| | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add support of Chrome/Chromium in requirements.mdAchilleas Pipinellis2016-11-231-1/+1
| | | | [ci skip]
* Merge branch 'mrchrisw/mysql-install' into 'master' Achilleas Pipinellis2016-11-221-1/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | Add omnibus rake task ## Why was this MR needed? There was no omnibus example ## Does this MR meet the acceptance criteria? - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) See merge request !5416
| * Add omnibus rake task. Fix source envmrchrisw/mysql-installChris Wilson2016-08-191-1/+8
| |
* | Update requirements.md with new supported web browsers textupdate-supported-web-browsersLuke "Jared" Bennett2016-11-071-6/+3
| |
* | Update GitLab Workhorse to v1.0.0Nick Thomas2016-11-041-1/+1
| |
* | Merge branch 'clarify-nginx-installation' into 'master' Achilleas Pipinellis2016-11-041-1/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | Clarify NGINX config setup These changes are to clarify that the paths may need to be changed in the NGINX config file depending on where GitLab is installed. See merge request !6834
| * | add reminder to check paths in nginx configTim Hogg2016-10-121-1/+5
| | |
* | | Update "Installation from source" guide for 8.14.0Alejandro Rodríguez2016-11-031-2/+2
| | |
* | | Merge branch 'users-should-remove-former-go-installation-folder' into 'master' Rémy Coutable2016-10-261-0/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | users should remove former Go installation folder ## What does this MR do? It ensure users installing or updating from source will remove their former Go installation folder in `/usr/local/go`, to avoid raising errors that could lead to new issues being created. ## Are there points in the code the reviewer needs to double check? 1. The `rm -rf` should not be verbose if folder does not exists. 1. May a user have some kind of configuration files in this folder ? ## Why was this MR needed? I did faced the error, that led me to the solution stated here : https://gitlab.com/gitlab-org/gitlab-workhorse/issues/29#note_4155517 gitlab-org/gitlab-workhorse#29 See merge request !6602
| * | | users should remove former Go installation folderPierre-Alexandre Clorichel2016-09-291-0/+3
| | | |
* | | | Use gitlab-workhorse 0.8.5Nick Thomas2016-10-141-1/+1
| |/ / |/| |
* | | Merge branch 'docs/refactor-reply-by-email' into 'master' Achilleas Pipinellis2016-10-111-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move reply by email docs to a new location ## What does this MR do? Move reply by email docs to a new location. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/3349 ## Moving docs to a new location? See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location - [ ] Make sure the old link is not removed and has its contents replaced with a link to the new location. - [ ] Make sure internal links pointing to the document in question are not broken. - [ ] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory. - [ ] If working on CE, submit an MR to EE with the changes as well. See merge request !6517
| * | | Move reply by email docs to a new locationdocs/refactor-reply-by-emailAchilleas Pipinellis2016-09-251-1/+1
| | | | | | | | | | | | | | | | [ci skip]
* | | | Use gitlab-workhorse 0.8.4Jacob Vosmaer2016-10-061-1/+1
| | | | | | | | | | | | | | | | Fixes Go 1.5 compatibility.
* | | | Merge branch 'update-update-guides-for-8.13' into 'master' Rémy Coutable2016-09-301-3/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Update "Installation from source" guide for 8.13.0 Following the steps from https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#creating-rc1. See merge request !6565
| * | | Update "Installation from source" guide for 8.13.0Rémy Coutable2016-09-281-3/+3
| |/ / | | | | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | [ci-skip] Correct gitlab-shell installation instructions in docs22352-cannot-install-gitlab-shell-on-ubuntu-server-with-no-previous-gitlab-installAlejandro Rodríguez2016-09-281-1/+1
|/ / | | | | | | | | | | With the introduction of repository storages validations it becomes necessary to add the flag `SKIP_STORAGE_VALIDATION` to the gitlab-shell install command, since that command will create the storage paths
* | Use gitlab-workhorse 0.8.2Jacob Vosmaer2016-09-161-1/+1
| | | | | | | | Fixes rejected API git archive extensions; improves Sentry errors.
* | Use gitlab-workhorse 0.8.1Jacob Vosmaer2016-09-091-1/+1
| | | | | | | | This adds (basic) Sentry support.
* | Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)2016-09-091-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security and safety improvements for gitlab-workhorse integration Companion to https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/60 - Use a custom content type when sending data to gitlab-workhorse - Verify (using JWT and a shared secret on disk) that internal API requests came from gitlab-workhorse This will allow us to build features in gitlab-workhorse that require more trust, and protect us against programming mistakes in the future. This is designed so that no action is required for installations from source. For omnibus-gitlab we need to add code that manages the shared secret. See merge request !5907
| * | Use gitlab-workhorse 0.8.0Jacob Vosmaer2016-09-081-1/+1
| | |
* | | Gitlab -> GitLabBen Bodenmiller2016-09-061-1/+1
|/ /
* | Fix a typoAhmad Sherif2016-09-021-1/+1
| |
* | Change minimum Unicorns required to twoAhmad Sherif2016-09-021-3/+1
| |