summaryrefslogtreecommitdiff
path: root/doc/install
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Refer to the Omnibus installation from eveerywhere since people link to ↵Sytse Sijbrandij2014-10-151-0/+4
| | | | | | | | | | | | installation.md directly.
* | | Merge pull request #7981 from cirosantilli/www-to-aboutSytse Sijbrandij2014-10-081-2/+2
|\ \ \ | | | | | | | | Replace www.gitlab.com with about.gitlab.com
| * | | Replace www.gitlab.com with about.gitlab.comCiro Santilli2014-10-071-2/+2
| |/ /
* | | Merge pull request #7975 from bbodenmiller/patch-4Robert Schilling2014-10-061-1/+1
|\ \ \ | | | | | | | | webbrowsers -> web browsers
| * | | webbrowsers -> web browsersBen Bodenmiller2014-10-061-1/+1
| |/ /
* | | number formatting fixBen Bodenmiller2014-10-061-1/+1
|/ /
* | Update guides to use gitlab-shell 2.0.1.Marin Jankovski2014-10-011-1/+1
| |
* | Typo indiciated -> indicated.Ciro Santilli2014-09-271-1/+1
| |
* | Add missing Redis item list in Overview [ci skip].Achilleas Pipinellis2014-09-241-0/+1
| |
* | Update manual installation guide for the correct shell version.Marin Jankovski2014-09-221-2/+2
| |
* | improve 7.3 upgrade process & redius setupBen Bodenmiller2014-09-211-2/+7
| | | | | | | | | | | | | | | | Fixes https://github.com/gitlabhq/gitlabhq/commit/2b35c887904b6a7a05a7c88fdf1ccd66ba943e20#commitcomment-7829537, https://github.com/gitlabhq/gitlabhq/commit/5704e6fee9d2dea67c4a91b43d06a9958484d29b#commitcomment-7829367, & https://github.com/gitlabhq/gitlabhq/commit/5704e6fee9d2dea67c4a91b43d06a9958484d29b#commitcomment-7829381
* | Delete stray braceTobias Pfeiffer2014-09-181-1/+1
| | | | | | * seems like a small mistake ;-)
* | Updates to the update/install docs for 7.3.rc1Marin Jankovski2014-09-171-3/+3
| |
* | Merge branch 'redis_socket' into 'master'Dmitriy Zaporozhets2014-09-151-2/+22
|\ \ | |/ |/| | | | | | | Use sockets to connect to Redis See merge request !1088
| * Use sockets to connect to RedisJacob Vosmaer2014-09-121-2/+22
| |
* | Merge pull request #7743 from bbodenmiller/patch-12Robert Schilling2014-09-121-2/+2
|\ \ | | | | | | formatting changes, table->database
| * | formatting changes, table->databaseBen Bodenmiller2014-09-121-2/+2
| |/ | | | | | | | | Make formatting consistent on page. Change table -> database as they are database permissions.
* | Merge pull request #7439 from bbodenmiller/patch-6Robert Schilling2014-09-121-0/+4
|\ \ | |/ |/| set the number of workers to # of cores
| * set the number of workers to # of coresBen Bodenmiller2014-09-121-0/+4
| |
* | update grant command to match how mysql showsBen Bodenmiller2014-09-111-1/+1
| | | | | | When looking up the granted permissions for users in MySQL using `show grants for 'git'@'localhost';` it shows the permissions in this order regardless of how you enter them. Changing so that comparing your actual permissions vs. what installation guide says is easier.
* | Add an option to supply root password through an environmental variable.Marin Jankovski2014-09-111-0/+4
| |
* | cleanup MySQL doc wordingBen Bodenmiller2014-09-101-5/+5
| |
* | fix formatting issueBen Bodenmiller2014-09-091-8/+8
| | | | | | fix formatting issue with self-signed certificate section
* | Link the doc in installation document.Marin Jankovski2014-09-081-0/+4
| |
* | Move custom Omniauth directions to omniauth doc.Marin Jankovski2014-09-081-41/+3
| |
* | Merge branch 'master' of github.com:gitlabhq/gitlabhqSytse Sijbrandij2014-09-081-21/+32
|\ \
| * | simplify HTTPS setup detailsBen Bodenmiller2014-09-071-21/+32
| | | | | | | | | | | | also adds comment about updating nginx files during upgrades
* | | Mention that people should use the CentOS tools.Sytse Sijbrandij2014-09-031-3/+3
|/ /
* | gitlab->GitLabBen Bodenmiller2014-09-011-2/+2
| |
* | Do not specify postgres-version while installingRobert Schilling2014-08-271-1/+1
| |
* | Add pkg-config as required dependency for ruggedRobert Schilling2014-08-261-1/+1
| |
* | remove extra cd's to GitLab installation folderBen Bodenmiller2014-08-241-8/+1
| |
* | Merge pull request #7582 from bbodenmiller/patch-5Robert Schilling2014-08-241-5/+5
|\ \ | | | | | | [Documentation] more cleanup installation guide formatting
| * | improve formattingBen Bodenmiller2014-08-231-5/+5
| |/ | | | | | | | | | | * fix code blocks * Make capitalization of titles consistent - missed some in https://github.com/gitlabhq/gitlabhq/pull/7576
* | add Nginx testBen Bodenmiller2014-08-231-1/+9
|/
* Merge pull request #7576 from bbodenmiller/patch-5Robert Schilling2014-08-231-8/+9
|\ | | | | [Documentation] cleanup installation guide formatting
| * cleanup installation guide formattingBen Bodenmiller2014-08-221-8/+9
| | | | | | | | | | * Fix some formatting issues * Make capitalization of titles consistent * Update image that shows how to select branch
* | gitlab 7.2 requires gitlab shell 1.9.7Ben Bodenmiller2014-08-221-1/+1
|/
* We have 7.2 now :metal:Robert Schilling2014-08-221-2/+2
|
* Swap is required on servers with 1GB RAMJacob Vosmaer2014-08-211-7/+7
|
* cmake is required during the installation of the rugged gemSameer Naik2014-08-191-1/+1
| | | | | | | | | | | The following error is encountered during the installation of the rugged gem: Gem::Ext::BuildError: ERROR: Failed to build gem native extension. /usr/bin/ruby2.1 extconf.rb checking for cmake... no ERROR: CMake is required to build Rugged. *** extconf.rb failed ***
* Merge pull request #7475 from bbodenmiller/curl-redirectsJeroen van Baarsen2014-08-131-2/+2
|\ | | | | follow curl redirects
| * follow curl redirectsBen Bodenmiller2014-08-111-2/+2
| | | | | | | | | | | | | | | | | | Update `curl` commands to follow redirects (see http://curl.haxx.se/docs/manpage.html#-L). Current `curl` commands will return unexpected results if the requested content has been moved and is returning information about where it has been moved to. Including the `-L` option tells `curl` to follow the redirect so the file can be correctly acquired.
* | Merge branch 'better-formulated-memory-requirements' into 'master'Dmitriy Zaporozhets2014-08-091-5/+5
|\ \ | | | | | | | | | | | | | | | Better formulated memory requirements See merge request !1010
| * | Ensure that people know you need swap. Raise swap space for 512MB setups.Sytse Sijbrandij2014-08-091-5/+5
| | |
* | | Explain that sidekiq doesn't eat as much ram as some people seem to suspect ↵Sytse Sijbrandij2014-08-091-0/+2
|/ / | | | | | | https://twitter.com/khrogos/status/498062432938782720
* | Fix spelling errors in doc, closes #7437Robert Schilling2014-08-071-9/+9
|/ | | | Further changes
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-07-251-1/+1
|\
| * Based on ↵word-requirement-a-bit-more-realisticSytse Sijbrandij2014-07-231-1/+1
| | | | | | | | http://www.reddit.com/r/linux/comments/2bffgt/gitlab_71_released/cj59wvz reword this requirement, thankstictatonifonical.
* | Note exim problems.Sytse Sijbrandij2014-07-241-1/+1
|/