There are several ways to serve your repository to other users. This page describes some of the basics.
(this page ought to be merged with PublishingRepositories)
Publically available
use the built in web server - good for temporary setups
use a CGI script with a standard webserver - good for serving single projects
use the web directory CGI script - good for serving multiple projects
static HTTP serving - for when web servers with CGI aren't available
Private or internal servers
- HTTPS with authentication certificates
- NFS
