summaryrefslogtreecommitdiff
path: root/doc/install
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|/
* Point installation manual to 7-1-stableDmitriy Zaporozhets2014-07-171-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add sanitize option to documentation.Marin Jankovski2014-07-071-0/+2
|
* Small fixes to the requirements doc.Sytse Sijbrandij2014-06-261-3/+3
|
* Simplify the supported/unsupported sections of the requirements guide.Sytse Sijbrandij2014-06-261-13/+9
|
* Change newlines in requirements doc.Sytse Sijbrandij2014-06-261-7/+2
|
* Change Redis to 25k.Sytse Sijbrandij2014-06-241-1/+1
|
* Some background on Redis and Sidekiq requirements.Sytse Sijbrandij2014-06-241-1/+9
|
* Merge pull request #7162 from olivierlambert/patch-1Dmitriy Zaporozhets2014-06-241-1/+1
|\ | | | | Missing quote in the install doc
| * Missing quote in the install docOlivier Lambert2014-06-201-1/+1
| | | | | | Just a minor fix ;)
* | Update ruby version to 2.1.2, fixes #362 related to #360Robert Schilling2014-06-231-2/+2
| |
* | People report that 2GB of swap on Digital Ocean also does the trick.Sytse Sijbrandij2014-06-191-1/+5
|/
* Bump shell versionDmitriy Zaporozhets2014-06-181-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Point to 7-0-stable in installation docsDmitriy Zaporozhets2014-06-181-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Recommend setup git 2.0 for installation docsDmitriy Zaporozhets2014-06-131-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Link in code sections do not work.Sytse Sijbrandij2014-06-101-2/+2
|
* Reformulate some of the https instructions.Sytse Sijbrandij2014-06-101-9/+11
|
* Merge branch 'https_documentation' into 'master'Sytse Sijbrandij2014-06-101-2/+18
|\ | | | | | | Https in installation document
| * Extract gitlab-shell configuration note to gitlab-shell section.Marin Jankovski2014-06-101-4/+9
| |
| * Update installation doc to mention using https.Marin Jankovski2014-06-101-1/+12
| |
* | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-06-101-1/+1
|\ \
| * \ Merge pull request #7043 from jvanbaarsen/update-installation-doxDmitriy Zaporozhets2014-06-091-1/+1
| |\ \ | | |/ | |/| We need to change config in step 5
| | * We need to change config in step 5Jeroen van Baarsen2014-06-041-1/+1
| | |
* | | Add python-docutils to dependency list.Marin Jankovski2014-06-101-4/+2
|/ /
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-06-051-1/+3
|\ \
| * | Move gitlab-ssl nginx config from gitlab-recipesAchilleas Pipinellis2014-06-051-1/+3
| | |
* | | Remove conflict artifact.Ciro Santilli2014-06-051-1/+0
|/ /
* | Support Ruby 2.1 and better explain the memory requirements.Sytse Sijbrandij2014-06-051-3/+3
|/
* Update docs to markdown style guide.Ciro Santilli2014-06-033-121/+95
|
* Bump gitlab-shell versionDmitriy Zaporozhets2014-05-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #6882 from Tandrial/masterDmitriy Zaporozhets2014-05-301-1/+1
|\ | | | | Satellites access fix
| * Satellites access fixMichael Krane2014-04-271-1/+1
| |
* | Merge pull request #7036 from willkara/patch-1Dmitriy Zaporozhets2014-05-291-3/+3
|\ \ | | | | | | Too many zeros in CPU req listing
| * | Too many zeros in CPU req listingWilliam Karavites2014-05-281-3/+3
| | | | | | | | | There were too many zeros in the listing of users for CPU's.
* | | Ruby 2.0+ is a requirement.Marin Jankovski2014-05-291-1/+1
|/ /
* | Merge branch 'use_newer_git_version' into 'master'Sytse Sijbrandij2014-05-281-3/+3
|\ \ | | | | | | | | | | | | | | | Use newer git version Fixes #1272
| * | Keep the lowest requirement for git in the documentation.Marin Jankovski2014-05-281-1/+1
| | |
| * | Use newer version of git in installation doc.Marin Jankovski2014-05-271-3/+3
| | |
* | | Add titles to doc pages.Marin Jankovski2014-05-273-1/+7
|/ /
* | Do gitlab:shell setup before seeds because we need /home/git/repositories existsDmitriy Zaporozhets2014-05-201-9/+9
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Ruby version updated so it doesn't have the readline bug ↵dosire2014-05-191-2/+2
| | | | | | | | https://www.ruby-lang.org/en/news/2014/05/09/ruby-2-0-0-p481-is-released/.
* | Update installation guide, create update guide.Marin Jankovski2014-05-191-8/+8
| |
* | Update the examples to example.comMarin Jankovski2014-05-161-1/+1
| |