Qarik-Group / bucc

The fastest way to get a BUCC (BOSH, UAA Credhub and Concourse)
Apache License 2.0
135 stars 46 forks source link

exec: "ruby": executable file not found in $PATH #194

Closed sandeepbgsk closed 4 years ago

sandeepbgsk commented 5 years ago

Hi I am installing BUCC as per http://concoursetutorial.com/basics/secret-parameters/

and when I do bucc up --lite , I get the following -

Started installing CPI Compiling package 'golang-1.10-linux/48c842421b6f05acf88dc6ec17f7574dade28a86'... Finished (00:00:27) Compiling package 'golang-1.10-darwin/9eacb8fc6b1b693e4280be4e916e2000f375bfbf'... Finished (00:00:24) Compiling package 'virtualbox_cpi/491b894473950429800ed1ce9dbe1940aac37307'... Finished (00:00:32) Installing packages... Finished (00:00:12) Rendering job templates... Failed (00:00:00) Failed installing CPI (00:01:36) Installing CPI: Rendering and uploading Jobs: Rendering job templates for installation: Rendering templates for job 'virtualbox_cpi/ac9bbc51a1bb1d19719711eaaabdc94038baf2b0': Rendering template src: cpi.erb, dst: bin/cpi: Rendering template src: /home/bhgsks/.bosh/installations/2da1d562-7de9-4a56-40b6-e07e24030daf/tmp/bosh -release-job996313296/templates/cpi.erb, dst: /home/bhgsks/.bosh/installations/2da1d562-7de9-4a56-40b6-e07e24030 daf/tmp/rendered-jobs184245175/bin/cpi: Running ruby to render templates: Starting command 'ruby /home/bhgsks/.bosh/installations/2da1d562-7de9-4a56-40b6-e07e24030daf/tmp/e rb-renderer782584746/erb-render.rb /home/bhgsks/.bosh/installations/2da1d562-7de9-4a56-40b6-e07e24030daf/tmp/erb -renderer782584746/erb-context.json /home/bhgsks/.bosh/installations/2da1d562-7de9-4a56-40b6-e07e24030daf/tmp/bo sh-release-job996313296/templates/cpi.erb /home/bhgsks/.bosh/installations/2da1d562-7de9-4a56-40b6-e07e24030daf/ tmp/rendered-jobs184245175/bin/cpi': exec: "ruby": executable file not found in $PATH Exit code 1

Can someone help me on this?

ramonskie commented 5 years ago

have you checked the page with the additional dependencies that is stated in the readme? because ruby is bosh dependency. please see: https://bosh.io/docs/cli-v2-install/#additional-dependencies

ramonskie commented 4 years ago

closing due to no activity