On Mon, May 23, 2011 at 17:02, HugoKuo <[email protected]> wrote: > Thanks dude, > > I found something in the last section on your tutorial. > Try to use SSL in git.myserver.com. > And change production user_client_port from 80 to 3000 > problem is been resolved. >
The client port needs to be set to whatever port you will be running Gitorious HTTP on (usually 80) in order for ssh push to work. > > Sorry for all my foolish question. > No worries :) > > I'm going to build 2 gitserver in my openstack cloud for HA. > > Additional question , If I want to backup data , just focus on mysql > DB and repository folder ? > That should do it. You might also want to consider backing up your configuration, but that is easily accomplished by adding them to git and then pushing your gitorious install to itself ;) Christian -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
