I wrote this up once already, but it's been a couple of hours and I don't see it in the list. If this comes after the other one, then you've my apologies for the double post.
I have been modifying the CE installer in order to work within the parameters required of me by my employers. Mostly path changes and the like, but a few other things. I can get gitorious installed and running, and everything except for user creation in the UI is persistent across a reboot. But for some reason, creating users keeps giving me a 502 "bad gateway" error. I would appreciate it if someone could take a moment of their time to run down for me what path things take after I click on the 'create' button to create a new user within gitorious' web interface? From there I should hopefully be able to run down the issue. The gitorious_status script does not seem to be of use in this case, as things have changed enough that the assumptions it makes may no longer be true. For instance, it claims mysql isn't running, but it definitely is and has the database set up how I would expect. git-daemon is running, port 9400 the proxymachine git-proxy is running on 9418, handling git:// urls unicorn is running stompserver is running sphinx is running memcached is running, but I had to start it myself. mysql is running Resque is running. If there is other information I can provide, I'm more than willing. But I do think if I know the path things take, I can figure out what's broken and get it resolved. -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" 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.
