January 28, 2009
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 →
November 19, 2008
After spending a lot of time with youtube cache, now I am trying to devote some time to update intelligentmirror with required features and enhancements that youtube cache already enjoys. In the same direction here is version 0.5 of intelligentmirror.
Improvements
Added max_parallel_downloads options to controll the maximum threading fetching from upstream to cache the packages.
Fine grained [...]
Read the full article →