Skip to content

Instantly share code, notes, and snippets.

@jure
Created October 13, 2012 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jure/3883596 to your computer and use it in GitHub Desktop.
Save jure/3883596 to your computer and use it in GitHub Desktop.
$ BUNDLE_GEMFILE=/var/www/myapp/current/Gemfile bundle exec unicorn -c /var/www/myapp/current/config/unicorn/production.rb -E production
/var/www/myapp/shared/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/configurator.rb:609:in `parse_rackup_file': rackup file (config.ru) not readable (ArgumentError)
from /var/www/myapp/shared/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/configurator.rb:76:in `reload'
from /var/www/myapp/shared/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/configurator.rb:67:in `initialize'
from /var/www/myapp/shared/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:104:in `new'
from /var/www/myapp/shared/bundle/ruby/1.9.1/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:104:in `initialize'
from /var/www/myapp/shared/bundle/ruby/1.9.1/gems/unicorn-4.3.1/bin/unicorn:121:in `new'
from /var/www/myapp/shared/bundle/ruby/1.9.1/gems/unicorn-4.3.1/bin/unicorn:121:in `<top (required)>'
from /var/www/myapp/shared/bundle/ruby/1.9.1/bin/unicorn:23:in `load'
from /var/www/myapp/shared/bundle/ruby/1.9.1/bin/unicorn:23:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment