webapp doesn't start on vagrant
i just did an "leap deploy local" and saw that the webapp isn't working.
i have "10.5.5.47 web1" in my /etc/hosts, and https://web1/ gives me (after a cert warning, because the cert is for CN=bitmask.net, not web1):
"We're sorry, but something went wrong."
here's the error log from /srv/leap-webapp/log/production.log
... Started GET "/" for 10.5.5.1 at 2013-02-01 21:03:55 +0000 Processing by HomeController#index as HTML Rendered home/index.html.haml within layouts/application (1.0ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (application.css isn't precompiled): 4: %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"} 5: %title= content_for?(:title) ? yield(:title) : "Leap Web" 6: %meta{:content => content_for?(:description) ? yield(:description) : "Leap Web", :name => "description"} 7: = stylesheet_link_tag "application", :media => "all" 8: = javascript_include_tag "application" 9: = csrf_meta_tags 10: = yield(:head) app/views/layouts/application.html.haml:7:in `_app_views_layouts_application_html_haml__334216352018838489_30123380'
Vagrant support isn't on the list for 0.2, but it makes me unsure if it would deploy fine on a fresh, untouched server.
(from redmine: created on 2013-02-01, closed on 2013-02-04)