Unable to get through the "install gems" step
Created by: MikePulsiferDOL
FYI: running Ubuntu LTS 12.04
I type the command:
sudo -u gitlab bundle exec rake gitlab:app:setup RAILS_ENV=production
and I get:
rake aborted!
no such file to load -- omniauth/ldap
(See full trace by running task with --trace)
So, I then do the following:
sudo gem install omniauth-ldap
and I get:
Successfully installed omniauth-ldap-1.0.2
1 gem installed
Installing ri documentation for omniauth-ldap-1.0.2...
Installing RDoc documentation for omniauth-ldap-1.0.2...
I then run the command I listed at the beginning of the post and I get the same result. I'm absolutely stuck.
Thoughts/Suggestions?