Jim Cushing

Results 7 comments of Jim Cushing

Okay, I can switch it over to run with Thin, and rebase to a single commit. I picked Puma primarily because I cribbed this setup from Gitlab, which switched from...

Sorry for the wait; it's been a busy week. I'll get this cleaned up this weekend.

I've written more detail [installation instructions](https://github.com/jimothyGator/strano/blob/start-scripts/doc/install/ubuntu_debian.md). I am going to do some clean up, re-test these with a fresh Debian install, and then I will re-base as a single commit.

Did you re-run `bundle install` after modifying the Gemfile?

I remember having the same problem, but truthfully, I can't remember how I solved it. Do you run Strano with rvm or rbenv? I'm using rvm. Could it be that...

I believe this will solve it. Put the following in your Gemfile: ``` gem 'railsless-deploy', :require => nil ``` `:require => nil` is the key.

Well so much for that idea! :) Though I develop on Mac, so far I've only run Strano on Ubuntu. How are you starting Sidekiq and Strano? With `bundle exec`,...