Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
1f1cfc9e
Commit
1f1cfc9e
authored
Apr 04, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5950 from axilleas/bundler_parallel
Refer to bundler's ability of parallel installation
parents
ad3a3e52
4709364b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
doc/install/installation.md
doc/install/installation.md
+7
-0
No files found.
doc/install/installation.md
View file @
1f1cfc9e
...
@@ -251,6 +251,13 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
...
@@ -251,6 +251,13 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
## Install Gems
## 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
cd /home/git/gitlab
# For PostgreSQL (note, the option says "without ... mysql")
# For PostgreSQL (note, the option says "without ... mysql")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment