I've installed gitlab on an ubuntu VM to give it a try. There were some difficulties, but this one I can't resolve: when I go to http://<MY_VM_IP>/where gitlab (plus nginx) is running, I get redirected to /users/sign_in where after a timeout (30+ seconds) I see a "500" error.
Here's gitlab's production.log: Started GET "/users/sign_in" for ::ffff:192.168.73.210 at 2014-02-06 13:28:39 +0400 Processing by Devise::SessionsController#new as HTML Rendered devise/sessions/_new_base.html.haml (21.7ms) Rendered devise/sessions/_oauth_providers.html.haml (3.3ms) Rendered devise/sessions/new.html.haml within layouts/devise (39.0ms) Here's nginx error log: 2014/02/06 13:42:01 [error] 30572#0: *1 upstream prematurely closed connection while reading response header from upstream, client: ::ffff:192.168.73.210, server: , request: "GET /users/sign_in HTTP/1.1", upstream: "http://unix:/home/git/gitlab/tmp/sockets/gitlab.socket:/users/sign_in", host: "192.168.85.93" -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
