summaryrefslogtreecommitdiff
path: root/doc/install
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| * 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