summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@archlinux.gr>2013-12-30 01:25:28 +0200
committerAchilleas Pipinellis <axilleas@archlinux.gr>2014-03-26 21:54:39 +0200
commit4709364b7e1cfdb2bf5e0c51a7025a3154014d12 (patch)
tree02e6d4605687566d9ee1bdfdd948aa0cba9fba59 /doc
parentad7cd8fb35869abc884a415fd16057d522a2fd8e (diff)
downloadgitlab-ce-4709364b7e1cfdb2bf5e0c51a7025a3154014d12.tar.gz
Refer to bundler's ability of parallel installation
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index addb21b50e0..0fc6310b5e1 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -253,6 +253,13 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
## Install Gems
+**Note:** As of bundler 1.5.2, you can invoke `bundle install -jN`
+(where `N` the number of your processor cores) and enjoy the parallel gems installation with measurable
+difference in completion time (~60% faster). Check the number of your cores with `nproc`.
+For more information check this [post](http://robots.thoughtbot.com/parallel-gem-installing-using-bundler).
+First make sure you have bundler >= 1.5.2 (run `bundle -v`) as it addresses some [issues](https://devcenter.heroku.com/changelog-items/411)
+that were [fixed](https://github.com/bundler/bundler/pull/2817) in 1.5.2.
+
cd /home/git/gitlab
# For PostgreSQL (note, the option says "without ... mysql")