evolution / wordpress

Rapidly create, develop, & deploy WordPress across multiple environments.
MIT License
200 stars 18 forks source link

bundler: command not found: cap #166

Open bostondevin opened 7 years ago

bostondevin commented 7 years ago

Great so far (locally) - just trying to get it up on our RHEL server in development/staging and got through the yo create command successfully - now trying to provision the server and getting this:

-bash-4.2$ bundle exec cap staging evolve:provision bundler: command not found: cap Install missing gem executables with bundle install

I already tried reinstalling gem install capistrano - no luck. Any clues?

Thanks!

EvanK commented 7 years ago

I'm afraid I don't have much experience with ruby dependencies on RHEL/CentOS, but I'm willing to bet there are extra necessary steps on these distros...possibly somethings needing to be installed via yum? The below links might shed some light:

If you still cannot get it to work, I'd suggest using a different linux (eg ubuntu/debian) or posix (osx, what I personally use) as the control machine