Posts tagged as:

Clean URL

How To: Install and Configure GitWeb

January 28, 2009
Git Gitweb Repo

Goal
Setting up gitweb (web interface for SCM software git) for your project’s git repository for public access and developer commits via ssh.
Assumptions

You already have your project’s git repository.
You have hosting space somewhere to host gitweb.
You have root access.
You are using Apache as webserver.

Example for this howto
Project : VideoCache
Domain for gitweb : git.cachevideos.com
URL for git access [...]

Read the full article →