Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
ba7b5b54
Commit
ba7b5b54
authored
Oct 22, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setting HOME to rbenv_dir for bundle install to work
parent
64c2b7a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
playbooks/roles/rbenv/defaults/main.yml
+6
-1
No files found.
playbooks/roles/rbenv/defaults/main.yml
View file @
ba7b5b54
...
...
@@ -3,9 +3,11 @@
rbenv_version
:
'
v0.4.0'
rbenv_bundler_version
:
'
1.3.2'
rbenv_root
:
"
{{
rbenv_dir
}}/.rbenv"
rbenv_gem_root
:
"
{{
rbenv_root
}}/.gem"
rbenv_gem_bin
:
"
{{
rbenv_gem_root
}}/bin"
rbenv_bin
:
"
{{
rbenv_dir
}}/.rbenv/bin"
rbenv_shims
:
"
{{
rbenv_root
}}/shims"
rbenv_path
:
"
{{
rbenv_bin
}}:{{
rbenv_shims
}}:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
rbenv_path
:
"
{{
rbenv_bin
}}:{{
rbenv_shims
}}:
{{
rbenv_gem_bin
}}:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
rbenv_debian_pkgs
:
-
build-essential
-
git
...
...
@@ -18,4 +20,7 @@ rbenv_debian_pkgs:
-
zlib1g-dev
rbenv_environment
:
RBENV_ROOT
:
$rbenv_root
GEM_ROOT
:
$rbenv_gem_root
GEM_HOME
:
$rbenv_gem_root
PATH
:
$rbenv_path
HOME
:
$rbenv_dir
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