I just added an entry to the FAQ that should help you: http://cookbook-1.4.hobocentral.net/manual/faq#how_do_i_deploy_to_heroku
Bryan On Sun, Apr 29, 2012 at 7:30 AM, Lea Viljanen <[email protected]> wrote: > I've progressed to deploying my application to EC2, but I'm hitting some > kind > of integration error where passenger/rack does not find the taglib files in > the > app directory to compile them. The steward mentioned below is the admin > subsite of the app. > > Rails 3.0.12 / Hobo 1.3.0 > > It seem's I'm missing some config somewhere. Any hints? > > nginx worker process runs as the app owner user (tollkeep), so this should > not be a permission issue. > > ... > 2012/04/29 11:16:07 [notice] 22270#0: start worker process 22310 > [ pid=22321 thr=69153790 file=utils.rb:176 time=2012-04-29 11:16:28.417 ]: > *** Exception Dryml::DrymlException in > PhusionPassenger::Rack::ApplicationSpawner (No such taglib: > taglibs/auto/steward/rapid/cards {:src=>"taglibs/auto/steward/rapid/cards", > :type=>:include, :template_dir=>"app/views/taglibs"} > /home/tollkeep/tollkeeper/releases/20120429104246/app/views/taglibs/auto/steward/rapid/cards.dryml) > (process 22321, thread #<Thread:0x83e67fc>): > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml/taglib.rb:59:in > `taglib_filename' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml/taglib.rb:10:in > `get' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml/dryml_builder.rb:159:in > `import_taglib' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml/dryml_builder.rb:132:in > `block in build' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml/dryml_builder.rb:116:in > `each' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml/dryml_builder.rb:116:in > `build' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml/template.rb:75:in > `compile' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml/taglib.rb:105:in > `load' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml/taglib.rb:67:in > `initialize' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml/taglib.rb:15:in > `new' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml/taglib.rb:15:in > `get' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml.rb:46:in > `block (2 levels) in precompile_taglibs' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml.rb:45:in > `each' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml.rb:45:in > `block in precompile_taglibs' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml.rb:44:in > `chdir' > from > /home/tollkeep/tollkeeper/shared/bundle/ruby/1.9.1/gems/dryml-1.3.0/lib/dryml.rb:44:in > `precompile_taglibs' > from > /home/tollkeep/tollkeeper/releases/20120429104246/config/initializers/dryml_taglibs.rb:1:in > `<top (required)>' > ... > > config.ru: > require ::File.expand_path('../config/environment', __FILE__) > run Tollkeeper::Application > > > > -- > Lea 'LadyBug' Viljanen > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
