summaryrefslogtreecommitdiff
path: root/doc/install
Commit message (Collapse)AuthorAgeFilesLines
* More GitLab spellings. No dedicated CI in omnibus [ci skip]update-docsRobert Schilling2015-11-191-1/+1
|
* Update gitlab-shell documentation [ci skip]Robert Schilling2015-11-191-1/+1
|
* Merge branch 'http-to-https' into 'master' Achilleas Pipinellis2015-11-172-3/+3
|\ | | | | | | | | | | | | Rewrite HTTP links to force TLS, where possible I got annoyed at the fact that the links on the profile page don't force the use of TLS, so I grepped through the entire source tree, tested all the links I found, and replaced them if possible. See merge request !1806
| * Rewrite HTTP links to force TLS, where possibleAlex Jordan2015-11-162-3/+3
| |
* | Update doc/install/installation.md for gitlab-workhorseRobert Speicher2015-11-131-10/+9
| | | | | | | | [ci skip]
* | Update doc/install/installation.md for 8-2-stableRobert Speicher2015-11-131-2/+2
|/ | | | [ci skip]
* Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski2015-11-101-2/+0
|
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+5
| | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* Merge pull request #9807 from SkySymbol/fix_line_orderRobert Schilling2015-11-061-1/+1
|\ | | | | fix line order in installation docs
| * It makes more sense like thisVincent Lequertier2015-11-041-1/+1
| |
* | Update installation.mdmutec2015-11-041-1/+1
|/
* Merge pull request #9794 from arnaud-zg/masterRobert Schilling2015-11-021-0/+4
|\ | | | | Go to gitlab installation folder before initialize database
| * Go to gitlab installation folder before initialize databasezheng_b2015-11-021-0/+4
| |
* | Gilab -> GitLabRobert Schilling2015-10-311-1/+1
|/
* Write out internet explorerSytse Sijbrandij2015-10-291-1/+1
|
* IE message doesn't need a headingSytse Sijbrandij2015-10-291-5/+1
|
* Merge branch 'gitlab-shell-v2.6.6' into 'master' Dmitriy Zaporozhets2015-10-281-1/+1
|\ | | | | | | | | | | | | Bump gitlab-shell to v2.6.6 See merge request !1673
| * Bump gitlab-shell to v2.6.6Artem V. Navrotskiy2015-10-221-1/+1
| |
* | Remove "Install schedules" step from Installation guideRobert Speicher2015-10-241-5/+0
|/ | | | [ci skip]
* Merge branch 'gghs-0.3.0' into 'master' Robert Speicher2015-10-161-1/+1
|\ | | | | | | | | Use gitlab-git-http-server 0.3.0 for GitLab 8.1 See merge request !1605
| * Use gitlab-git-http-server 0.3.0gghs-0.3.0Jacob Vosmaer2015-10-151-1/+1
| |
* | Merge branch 'gitlab-git-http-server-version' into 'master' Robert Speicher2015-10-161-0/+1
|\ \ | |/ | | | | | | | | | | | | | | Track compatible gitlab-git-http-server version The 'git archive' changes in GitLab 8.1 require a version of gitlab-git-http-server that is incompatible with GitLab 8.0, so we need to keep track of this now. See merge request !1603
| * Track compatible gitlab-git-http-server versiongitlab-git-http-server-versionJacob Vosmaer2015-10-151-0/+1
| |
* | Update Installation doc for 8-1-stableRobert Speicher2015-10-151-2/+2
|/
* Golang download instructions assume amd64golang-i386Jacob Vosmaer2015-10-011-0/+3
|
* Use Ruby 2.1.7 for new installs from sourcegolang-ruby-versionsJacob Vosmaer2015-09-291-2/+3
|
* Use Golang 1.5.1 for new installs from sourceJacob Vosmaer2015-09-291-4/+4
|
* Update Troubleshooting sectionsRobert Speicher2015-09-241-4/+4
|
* Add Troubleshooting section to Install guideRobert Speicher2015-09-231-0/+10
|
* Mention Reply by email to installation doc.install-doc-reply-by-emailDouwe Maan2015-09-221-13/+17
|
* fix failing migration on mysqlHannes Rosenögger2015-09-181-1/+1
| | | | | | | | We didn't specify that the db user needs the right to create temporary tables before. That's why the migration will fail on most installations. This commits removes the "TEMPORARY" from the migration and changes the documentation to include the necessary rights for the future.
* Change 7-14-stable to 8-0-stable in doc/install/installation.mdRobert Speicher2015-09-161-4/+4
| | | | [ci skip]
* Update documentation and config filesKamil Trzcinski2015-09-161-0/+23
|
* Bump gitlab-shell to v2.6.5Robert Speicher2015-09-081-1/+1
|
* Replace grack with gitlab-git-http-serverJacob Vosmaer2015-08-311-5/+24
|
* Merge branch 'master' into reply-by-emailDouwe Maan2015-08-203-9/+3
|\
| * Merge branch 'remove-satellites'Dmitriy Zaporozhets2015-08-193-9/+3
| |\ | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-113-9/+3
| | | | | | | | | | | | | | | This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
* | | Make documentation clearer.Douwe Maan2015-08-191-1/+1
|/ /
* | Update installation guide with 7.14Dmitriy Zaporozhets2015-08-171-2/+2
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'revert-satellites' into 'master' Dmitriy Zaporozhets2015-08-113-3/+9
|\ | | | | | | | | | | | | | | | | Revert satellites Return satellites to master for 7.14 We remove satellites in next release (8.0) See merge request !1136
| * Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-113-2/+8
| | | | | | | | | | | | | | This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Database sizeSytse Sijbrandij (admin)2015-08-101-2/+2
|/
* Update stable branch in installation documentation. Fixes #2191Achilleas Pipinellis2015-08-051-2/+2
|
* Merge branch 'drop-satellites'Dmitriy Zaporozhets2015-08-053-8/+2
|\
| * Remove satellites from requirements docs and add CHANGELOGdrop-satellitesDmitriy Zaporozhets2015-08-051-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Remove satellitesDmitriy Zaporozhets2015-07-152-7/+1
| |
* | Update docs for Ruby MRI 2.1 requirementrs-issue-2135Robert Speicher2015-08-041-2/+2
|/
* Revert "Change default admin password from "5iveL!fe" to "password""Sytse Sijbrandij2015-07-141-1/+1
| | | | This reverts commit 8a01a1222875b190d32769f7a6e7a74720079d2a.
* Merge branch 'add-ie-compat-notice' into 'master'Job van der Voort2015-07-081-1/+5
|\ | | | | | | | | | | | | | | Added info about common UI problems if IE Compatibility View mode is enabled. /cc @sytses @Haydn See merge request !939