Hello.
I'm setting up my freelance server which will be using Mercurial for all the version controlling. Each project will have it's own folder, with it's own repository. Which I can then clone from my home computer, work computer or any other computer by going to that particular folder.
I'm wanting to serve these repositories up into a web browser for me to browse visually when I need to. I've looked around and seen this: http://mercurial.selenic.com/wiki/HgServeNginx
That looks like it's along the right tracks, as I will be using Nginx on this server anyhow. But I'm curious to know how I would correctly set this up. What do I need to do in particular to efficiently serve up multiple repositories on my server through the web browser?
Any help or experienced insight on this would be very helpful to make sure I'm doing this correctly.
Many thanks.