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
4709364b
Commit
4709364b
authored
Dec 30, 2013
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refer to bundler's ability of parallel installation
parent
ad7cd8fb
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 @
4709364b
...
...
@@ -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")
...
...
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