Note that there are some explanatory texts on larger screens.

plurals
  1. POFaye setup in production
    text
    copied!<p>I've set up Faye on localhost, and works fine.</p> <p>I'm now trying to deploy it on DigitalOcean VPS, with Cloud66 deployment service. To run the command I use an "after_rails" hook.</p> <blockquote> <p>rackup $RAILS_STACK_PATH/faye.ru -s thin -E production</p> </blockquote> <p>This gives me the error:</p> <p>Error during deployment: Error during after_rails hook: Server: not_specified. Failed to run command: /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in <code>require': cannot load such file -- faye (LoadError) from /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in</code>require' from /var/deploy/anabol/web_head/current/faye.ru:1:in <code>block in &lt;main&gt;' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/builder.rb:55:in</code>instance_eval' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/builder.rb:55:in <code>initialize' from /var/deploy/anabol/web_head/current/faye.ru:in</code>new' from /var/deploy/anabol/web_head/current/faye.ru:in <code>&lt;main&gt;' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/builder.rb:49:in</code>eval' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/builder.rb:49:in <code>new_from_string' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/builder.rb:40:in</code>parse_file' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/server.rb:277:in <code>build_app_and_options_from_config' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/server.rb:199:in</code>app' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/server.rb:314:in <code>wrapped_app' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/server.rb:250:in</code>start' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/server.rb:141:in <code>start' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/bin/rackup:4:in</code>' from /usr/local/bin/rackup:23:in <code>load' from /usr/local/bin/rackup:23:in</code>' </p> <p>github repo: <a href="https://github.com/gwuix2/anabol" rel="nofollow">https://github.com/gwuix2/anabol</a></p> <p>Any suggestions what could be the problem? Don't know where to start.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload