theforeman / foreman_fog_proxmox

Foreman plugin to add Proxmox compute resource based on fog-proxmox gem
GNU General Public License v3.0
105 stars 30 forks source link

Could not locate Gemfile #202

Closed Niemand112233 closed 1 year ago

Niemand112233 commented 3 years ago

Hi, after executing "sudo -u foreman /usr/bin/foreman-ruby /usr/bin/bundle install"

I get this error: Could not locate Gemfile

What's wrong?

tristanrobert commented 3 years ago

Hello. You need to create it first: config\Gemfile.rb see Readme.

Niemand112233 commented 3 years ago

with this line: echo "gem 'foreman_fog_proxmox'" | sudo -u foreman tee /usr/share/foreman/bundler.d/Gemfile.local.rb ? If yes: I executed this line. This error still appears.

Niemand112233 commented 3 years ago

Push

Niemand112233 commented 3 years ago

Noone??

tristanrobert commented 3 years ago

Unless you want to contribute to code and test locally, you should install with OS packages.

ekohl commented 1 year ago

OS packages are the supported path.