summaryrefslogtreecommitdiff
path: root/doc/install
Commit message (Collapse)AuthorAgeFilesLines
* Update requirements wordingdocs-codywest-update-requirementsCody West2019-08-021-0/+4
| | | | | | I'm adding some wording to our hardware requirements to explain that needs vary by workload. I also included some examples of factors that may influence the workload.
* Merge branch 'bjk/update_HA_resource' into 'master'Drew Blessing2019-08-021-14/+10
|\ | | | | | | | | | | | | Update HA resource descriptions Closes #61192 and #27833 See merge request gitlab-org/gitlab-ce!31064
| * Update HA resource descriptionsbjk/update_HA_resourceBen Kochie2019-07-311-14/+10
| | | | | | | | | | | | | | * Use `GiB memory` to describe memory needs. * Add local storage recommendation for monitoring node. * Better align CPU/Memory to match common cloud provider instnace types. * Update requirements based on the new 10k user standard.
* | Fix copy config command for Pumadocs-fix-copy-config-command-pumaAnton Smith2019-07-301-1/+1
|/
* Fix broken internal links in docsdocs-fix-broken-internal-linksSean McGivern2019-07-301-1/+1
|
* Update links to relativeMarcel Amirault2019-07-251-5/+2
| | | | | Following the single docs codebase change, all internal links should be relative. Also cleans up one table
* Merge branch 'patch-71' into 'master'Ray Paik2019-07-111-1/+1
|\ | | | | | | | | Update index.md - Fixing a minor typo on the postgreSQL setup instructions See merge request gitlab-org/gitlab-ce!30437
| * Update index.md - Fixing a minor typo on the postgreSQL setup instructionsOve Heigre2019-07-071-1/+1
| |
* | Fix whitespace in install and integration docsMarcel Amirault2019-07-117-252/+257
| | | | | | | | | | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor white space issues in install and integration docs
* | Merge branch 'docs/update-installation-link' into 'master'Evan Read2019-07-091-1/+1
|\ \ | | | | | | | | | | | | Update the installation link See merge request gitlab-org/gitlab-ce!30489
| * | Update the installation linkdocs/update-installation-linkCindy Pallares2019-07-082-2/+2
| | | | | | | | | | | | | | | The installation link has changed from /installation/ to /install/. This commit will update all the remaining links that are missing.
* | | Update redirected links to final destinationMarcel Amirault2019-07-092-10/+9
|/ / | | | | | | | | | | Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
* | Changing badges to use parentheses not bracketsMarcel Amirault2019-07-082-2/+2
|/ | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Update installation.mdKyohei Uemura2019-07-051-3/+3
| | | | | Line 170(make install) causes permission error. This command should execute with sudo.
* Change absolute links to relativeMarcel Amirault2019-07-051-3/+3
| | | | | Change assorted absolute links to ce and ee docs to relative links
* Fix markdown to reduce number of kramdown warningsMarcel Amirault2019-07-031-1/+1
| | | | Add backticks around square brackets, or fix links, as necessary.
* Fix most bare URLs in projectEvan Read2019-07-0210-10/+10
| | | | | | Linting rule not enabled for now because tooling produces false positives.
* Enforce consistent prefix for bullet listsMarcel Amirault2019-07-011-6/+6
| | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
* Clarified supported operating systemsRussell Dickenson2019-06-271-6/+6
|
* Update the docs to reflect lack of MySQL support52442-minimal-remove-mysql-supportNick Thomas2019-06-193-359/+7
| | | | Now MySQL is no longer supported, we need to change the docs
* Https many links in docsEvan Read2019-06-181-1/+1
|
* Update to node@12leipert-node-12Lukas Eipert2019-06-141-4/+4
| | | | | | | | This updates our build images to use node@12. We are also adding a sentence to the from-source installation that while we require a minimum version of node@8, we also recommend node@12. Last but not least, we change the version of node in the .nvmrc so that developers using nvm can automatically use node@12 with the project
* Use Go 1.11.10 in source installationsJacob Vosmaer2019-06-111-4/+4
|
* Merge branch 'patch-55' into 'master'Evan Read2019-06-111-2/+2
|\ | | | | | | | | Improve details about acceptable number of unicorn workers See merge request gitlab-org/gitlab-ce!28262
| * Improve details about acceptable number of unicorn workerspatch-55Ben Bodenmiller2019-06-091-2/+2
| |
* | Mentioned executors typeAndrew Winata2019-06-051-2/+13
| | | | | | | | | | Also another factor of consideration for runner server requirements.
* | Clean up docs under install/docs/ssot-installation-guidesAchilleas Pipinellis2019-06-0317-239/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an initiative to ensure all documentation complies completely with the Documentation Style Guide section "Documentation is the single source of truth (SSOT)" according to this epic https://gitlab.com/groups/gitlab-org/-/epics/1280. In particular, the changes of this commit touch all files under doc/install/. Most notably: - install/redis.md: Redirect to Redis section of install guide. - install/pivotal/index.md: Changed its content to reflect the current status, which is no longer supported (since 2017!). - install/google-protobuf.md: Incorporated inside installation.md under the troubleshooting section. - install/openshift_and_gitlab.md: Clarified that this guide is no longer relevant. We might want to redirect to the Chart docs in the future. - install/structure.md: Incorporated inside installation.md under its own section. - install/kubernetes/index.md: Redirected to https://docs.gitlab.com/charts
* | Docs: Convert links in various docs to relativeMarcel Amirault2019-05-313-9/+9
| |
* | Merge branch 'jc-docs-for-git-pcre2' into 'master'Achilleas Pipinellis2019-05-171-2/+24
|\ \ | | | | | | | | | | | | Add docs to describe how to compile git with libpcre2 See merge request gitlab-org/gitlab-ce!28199
| * | Add docs to describe how to compile git with libpcre2jc-docs-for-git-pcre2John Cai2019-05-151-2/+24
| | |
* | | Docs: Remove all remaining orphaned images.Marcel Amirault2019-05-176-0/+0
| | |
* | | Replace Unicorn with web server in the init.d script [ci skip]Dmitriy Zaporozhets2019-05-171-1/+21
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Docs: Add badges and fix redirect style in 3 docsMarcel Amirault2019-05-171-3/+1
| | |
* | | Improve installation from sourceDmitriy Zaporozhets2019-05-131-0/+30
| |/ |/| | | | | | | | | | | | | | | * Add a solution for JavaScript heap out of memory error when compiling assets * Add note about postgres database config * Start gitaly before gitlab:setup as it won't work otherwise Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'sh-upgrade-ruby-2.6.3-ce' into 'master'Rémy Coutable2019-05-091-3/+3
|\ \ | | | | | | | | | | | | Upgrade Ruby version to 2.6.3 See merge request gitlab-org/gitlab-ce!28117
| * | Upgrade Ruby version to 2.6.3sh-upgrade-ruby-2.6.3-ceStan Hu2019-05-081-3/+3
| |/ | | | | | | | | | | | | Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
* | Merge branch 'patch-37' into 'master'Achilleas Pipinellis2019-05-081-4/+3
|\ \ | |/ |/| | | | | fix doc link issues See merge request gitlab-org/gitlab-ce!28166
| * fix doc link issuesBen Bodenmiller2019-05-071-4/+3
| |
* | Document EE License Auto Import During InstallRobert Marshall2019-05-071-2/+2
| | | | | | | | | | | | | | | | | | - Document how to properly configure `GITLAB_LICENSE_FILE` environment variable in source and omnibus installations. Resolves: https://gitlab.com/gitlab-org/gitlab-ee/issues/10808 Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
* | Merge branch 'patch-35' into 'master'Achilleas Pipinellis2019-05-071-2/+2
|\ \ | | | | | | | | | | | | fix alert box formatting See merge request gitlab-org/gitlab-ce!28159
| * | fix alert box formattingBen Bodenmiller2019-05-071-2/+2
| |/
* | Fix installation from sourceDmitriy Zaporozhets2019-05-071-1/+1
|/ | | Compiling git has a wrong symbol that leads into invalid command
* Docs: Merge Various EE /doc dirs to CEMarcel Amirault2019-05-053-2/+66
|
* Small improvements of the "install from source" documentationPeter Vandenabeele2019-04-301-5/+7
|
* Update source install docs for Git 2.21Zeger-Jan van de Weg2019-04-161-4/+4
|
* Fix URL that causes test_external_links to failAchilleas Pipinellis2019-04-151-1/+1
| | | | https://gitlab.com/gitlab-com/gitlab-docs/-/jobs/196921364
* Edits for GKE whitepaper noteEvan Read2019-04-111-0/+6
|
* Merge branch 'docs/point-to-new-chart-links' into 'master'Marcia Ramos2019-04-0511-930/+45
|\ | | | | | | | | | | | | Redirect Kubernetes installation to the charts docs Closes #58870 See merge request gitlab-org/gitlab-ce!26159
| * Redirect Kubernetes installation to the charts docsdocs/point-to-new-chart-linksAchilleas Pipinellis2019-03-1911-930/+45
| | | | | | | | | | With the advent of the new chart docs, we should deprecate the old ones and redirect them to the new ones.
* | Update AWS install docs for non HAKristie McGoldrick2019-03-271-4/+4
| |