Hello all, I've been using the CE installer as a base in order to put together a repeatable install of gitorious that also matches the demands from information security and systems administration teams. So the version I am using is pretty heavily modified.
That being said, I've got it where it will install, the UI comes up, team, project, and repository creation work. I can push/pull over ssh, pull over git://, and pull over https://. The puppet recipe (with my modifications) runs successfully, and the rest of the install script is executed, building the db, thinking_sphinx indices, etc. But I can't seem to get it to let me create a user with the web UI. The gitorious_status script is not reliable for me, I think, due to the modifications I have had to make in order to comply with company policy. For instance, it claims mysql is down when it clearly is running, and it says the git-daemon is not running, but a check of ps with a quick grep shows it to be available. Could someone help me understand the path taken by user creation through the web UI? If I know what happens after I click the Create button I believe I can more easily discover where the failure is. As I understand it, the pieces I need running in order to have gitorious funcitoning are: Unicorn, to run the app Nginx, for the webserver fronting the app searchd/thinking sphinx, for search capabilities stompserver for messaging git-daemon and proxymachine, for the git:// urls. mysql, for the database The two things in the status script I"m not sure on are Resque (which it says is ok) and memcached, which it says is not running. However, even if I start memcached, the issue does not resolve itself. Thank you in advance for any assistance you can render in this, Damian Monogue -- -- 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.
