summaryrefslogtreecommitdiff
path: root/doc/install
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Document sidekiq restarting functionality.Sytse Sijbrandij2015-05-071-0/+6
| | |
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-04-161-2/+2
|\ \ \
| * | | ruby 2.1.6Chulki Lee2015-04-131-2/+2
| | | | | | | | | | | | | | | | https://www.ruby-lang.org/en/news/2015/04/13/ruby-2-1-6-released/
* | | | update guides for 7.10Job van der Voort2015-04-161-3/+3
|/ / /
* | | Changed tis to thisPhil Hughes2015-03-191-2/+2
| | |
* | | Update upgrade and installation docs for 7.9.Marin Jankovski2015-03-171-3/+3
| | |
* | | Merge branch 'unicorn-workers' into 'master'Dmitriy Zaporozhets2015-03-171-1/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation about unicorn settings. Helps with https://news.ycombinator.com/item?id=9213180 See merge request !1704
| * | | Documentation about unicorn settings.Sytse Sijbrandij2015-03-161-1/+4
| | | |
* | | | Add nodejs to installation doc.Marin Jankovski2015-03-161-1/+1
|/ / /
* | | Change default number of unicorn workers to three.Marin Jankovski2015-03-131-1/+1
| | |
* | | Clearly mark it as installation from source.Sytse Sijbrandij2015-03-031-1/+1
| | |
* | | Update version of gitlab-shell in the installation and update documentation.Marin Jankovski2015-02-231-2/+2
| | |
* | | Updated the installation and update guidesPatricio Cano2015-02-161-3/+3
| | |
* | | Rephrased wording in the documentation to say "installation from source" ↵Patricio Cano2015-02-162-2/+2
| | | | | | | | | | | | instead of "manual installation" or similar.
* | | 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
| | |