summaryrefslogtreecommitdiff
path: root/doc/install
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fix two broken links in the installation section.Ewan Edwards2015-02-111-2/+4
| | |
* | | Merge branch 'consolidate_ssh_docs' into 'master'Marin Jankovski2015-02-041-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consolidate SSH docs The two available SSH topics were quite short, so it made sense to combine them. Includes fixes a few missing words, punctuation. See merge request !328
| * | | Fix a number of discovered typos, capitalization of developer andEwan Edwards2015-02-031-1/+1
| | | | | | | | | | | | | | | | product names, plus a couple of instances of bad Markdown markup.
* | | | Update gitlab-shell to 2.4.2 for 7.7 install/update guideRobert Schilling2015-02-031-1/+1
|/ / / | | | | | | | | | closes #8718, closes #8721
* | | Fix shell version in manual installation docDmitriy Zaporozhets2015-01-151-1/+1
| | |
* | | Warn people about not exposing at a time they can still do something about it.Sytse Sijbrandij2014-12-231-3/+3
| | |
* | | Added update guide for updating to 7.6Patricio Cano2014-12-171-3/+3
| | |
* | | Merge branch 'dev-docs-in-gdk' into 'master'Dmitriy Zaporozhets2014-12-171-2/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dev docs in gdk Also see https://gitlab.com/gitlab-org/gitlab-development-kit/merge_requests/31 See merge request !1331
| * | | Move development information to the GitLab Development Kit.Sytse Sijbrandij2014-12-171-2/+4
| | | |
* | | | add kerberos dependencyValery Sizov2014-12-151-1/+1
|/ / /
* | | Consolidate unicorn worker advise.Sytse Sijbrandij2014-12-081-23/+22
| | |
* | | memory constrained unicorn workersJob van der Voort2014-12-081-1/+3
| | |
* | | advise about unicorn workersJob van der Voort2014-12-081-1/+9
| | |
* | | Reword the 512 memmory advise.Sytse Sijbrandij2014-12-041-6/+6
| | |
* | | System with 512MB of RAM can be used but swap size must be increased.Marin Jankovski2014-12-021-2/+3
| | |
* | | Revert "Remove the lowest memory requirement of 512MB."Marin Jankovski2014-12-021-1/+6
| |/ |/| | | | | This reverts commit 5cf6d5949d6c776e24d3bd5c0b417000f1efc57a.
* | Change it earlier as well.Sytse Sijbrandij2014-11-261-1/+1
| |
* | Selecting a branch is dangerous now that we have rc in a branch.Sytse Sijbrandij2014-11-261-3/+3
| |
* | Added update guide for updating to 7.5, and pointed installation and updates ↵Patricio Cano2014-11-171-5/+5
| | | | | | | | guides to new version.
* | Remove the lowest memory requirement of 512MB.Marin Jankovski2014-11-121-6/+1
|/
* Merge pull request #7652 from m-a-r-c-o/logrotate-error-bugfixValeriy Sizov2014-11-051-1/+1
|\ | | | | Fix log rotate permission error
| * Change gitlab/log permissions in installation.mdMarco Cyriacks2014-09-121-1/+1
| | | | | | | | | | | | | | This patch changes default permission of the gitlab/log directory to u+rwX,go-w. This is done to make the directory NOT readable by group and others and to avoid logrotate complaining about it. chmod 755 is not used to avoid setting executable bit on file within the log dir.
* | Merge pull request #8196 from bbodenmiller/patch-12Valeriy Sizov2014-11-041-1/+2
|\ \ | | | | | | clarify that 'template1=#' is part of prompt
| * | clarify that 'template1=#' is part of promptBen Bodenmiller2014-10-291-1/+2
| | | | | | | | | Similar to https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/database_mysql.md clarify that `template1=#` is part of the prompt.
* | | Merge pull request #8197 from bbodenmiller/patch-14Valeriy Sizov2014-11-041-0/+3
|\ \ \ | | | | | | | | Quit the database session at end of database setup
| * | | Quit the database session at end of database setupBen Bodenmiller2014-10-301-0/+3
| |/ /
* | | Merge pull request #8194 from bbodenmiller/patch-9Robert Schilling2014-10-301-1/+1
|\ \ \ | | | | | | | | ruby -> Ruby
| * | | ruby -> RubyBen Bodenmiller2014-10-291-1/+1
| |/ /
* | | fix git installationBen Bodenmiller2014-10-291-0/+1
|/ /
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-10-291-0/+11
|\ \
| * \ Merge branch 'master' into 'master'Jacob Vosmaer2014-10-291-0/+11
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close #717 This closes #717: Add documentation changes to: * Set the permissions of the unix socket properly * Create the directory for the socket * Make sure tmpfiles.d persists said directory The first change makes sure gitlabl can connect to the socket. The latter two avoid redis from failing to start on systemd-based systems, including recent versions of Debian. You may probably want to cherry-pick this into the documentation for the latest stable release. See merge request !224
| | * | Close #717Hugo Osvaldo Barrera2014-10-231-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation changes to: * Set the permissions of the unix socket properly * Create the directory for the socket * Make sure tmpfiles.d persists said directory The first change makes sure gitlabl can connect to the socket. The latter two avoid redis from failing to start on systemd-based systems, including recent versions of Debian.
* | | | minor requirements.md cleanupBen Bodenmiller2014-10-281-4/+4
|/ / / | | | | | | | | | * "Non Unix"->"Non-Unix" * Fix poor wording
* | | Merge pull request #7976 from bbodenmiller/patch-9Dmitriy Zaporozhets2014-10-281-1/+1
|\ \ \ | |/ / |/| | support latest firefox esr release
| * | support latest firefox esr releaseBen Bodenmiller2014-10-061-1/+1
| | |
* | | documents updatedValery Sizov2014-10-171-4/+4
| | |
* | | 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