SF
SF
Same issue here with first installation, little bit more details: ``` err Execution of '/home/git/.rbenv/versions/2.1.6/bin/gem install --no-rdoc --no-ri -v0.6.9.4 charlock_holmes' returned 1: Building native extensions. This could take a while......
Here's the gist with debug info: https://gist.github.com/sergef/4e5f8b3da79fb2def0e4 File error-when-running-as-sudo.log is actually `/home/git/.rbenv/versions/2.1.6/lib/ruby/gems/2.1.0/extensions/x86_64-linux/2.1.0-static/charlock_holmes-0.6.9.4/gem_make.out` Last line is showing the issue `Permission denied @ dir_chdir - /home/sudouser`... somehow it's trying to return to...
To followup here, I was able to install gitlab at once from 0. - with `gitlab_manage_rbenv => false` option, and `jdowning/rbenv` which installed all of the required gems, plugins and...
I'll try to get back to `alup/rbenv` to be more compatible with the main idea, used `jdowning/rbenv` as an experiment. I think exec paths not being set was the main...