Difference between revisions of "SAC:GitDaemon"

From OSGeo
Jump to navigation Jump to search
Line 8: Line 8:
 
Directories under ''/var/www/git/repos'' are accessible via ''git://git.osgeo.org/DIR''
 
Directories under ''/var/www/git/repos'' are accessible via ''git://git.osgeo.org/DIR''
  
Note: ps uses the uid when the username is longer than 8 characters.
 
  
 
[[Category:Infrastructure]]
 
[[Category:Infrastructure]]

Revision as of 10:23, 19 April 2016

The git-daemon service is managed via runit on the TracsvnVM machine as part of the SAC:Git Service offerings of OSGeo.

Startup script is in /etc/sv/git-daemon, the daemon is started to run as user gitdaemon and group git. Running as group git gives the process access to repositories managed by SAC:Gogs.

The base-path is configured to be /var/www/git/repos. Symbolic links are followed.

Directories under /var/www/git/repos are accessible via git://git.osgeo.org/DIR