summaryrefslogtreecommitdiff
path: root/doc/install
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Update memory requirementsAhmad Sherif2016-09-021-15/+15
| |
* | Some minor updates for upgrade guides for 8.12.Ruben Davila2016-09-011-2/+2
| |
* | More changes suggested by RobertJacob Vosmaer2016-08-311-1/+0
| |
* | Create bitmaps during 'git gc'Jacob Vosmaer2016-08-301-0/+4
| |
* | Merge branch 'workhorse-0.7.11' into 'master' Douwe Maan2016-08-241-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use gitlab-workhorse 0.7.11 Versions 0.7.9 and 0.7.10 crash on previously valid 'authBackend' settings. I don't know how many people are affected by this, 'normal' Omnibus installations are not. (If they were gitlab.com would have stopped working :) ). Still this is something we should not ship. Unfortunately 8-11-stable uses 0.7.10 (but 8.11.0 does not). So I think we need to put this in the next 8.11 patch release. See merge request !5983
| * | Use gitlab-workhorse 0.7.11Jacob Vosmaer2016-08-241-1/+1
| | | | | | | | | | | | | | | Versions 0.7.9 and 0.7.10 crash on previously valid 'authBackend' settings.
* | | Update Ruby version to 2.3 in RequirementsSebastiaan Lokhorst2016-08-231-1/+1
|/ /
* | Fix typo in gitlab-workhorse headerJacob Vosmaer2016-08-191-1/+1
| |
* | Update currently supported Ruby version info.Connor Shea2016-08-111-1/+1
| |
* | Update docs to reference Ruby 2.3.1Connor Shea2016-08-111-7/+6
| |
* | Merge branch 'api-examples-curl-long-options' into 'master' Achilleas Pipinellis2016-08-101-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use long options for curl examples in documentation ## What does this MR do? Use long options (e.g. `--header` instead of `-H`) for curl examples in documentation. ## Why was this MR needed? Short options are less readable. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5465#note_13603730 See merge request !5703
| * | use long options for curl examples in API documentation (!5703)winniehell2016-08-091-3/+3
| | |
* | | Reverted resque.yml -> redis.yml renamingGabriel Mazetto2016-08-041-1/+1
| | |
* | | Deduplicated resque.yml loading from several placesGabriel Mazetto2016-08-041-2/+4
|/ / | | | | | | We will trust redis configuration params loading to Gitlab::RedisConfig.
* | Update installation guide for 8.118-11-guidesRuben Davila2016-08-011-2/+2
|/
* Update gitlab-workhorse version to 0.7.8 in installation and update guidesRémy Coutable2016-07-211-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update installation & update guides for 8.10Rémy Coutable2016-07-051-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add missing privileges to MySQL databaseAchilleas Pipinellis2016-07-051-1/+1
| | | | [ci skip]
* Mention gmakeJacob Vosmaer2016-06-271-0/+4
|