Changes

From SME Server
Jump to navigationJump to search
1,026 bytes added ,  06:15, 9 February 2016
Line 60: Line 60:     
=== Notes on using SME Server Git ===
 
=== Notes on using SME Server Git ===
 +
 +
==== Configuration ====
 +
 +
There are a few configuration parameters in the config database as follows:
 +
 +
Show the current git configuration:
 +
 +
  config show git
 +
 +
===== status =====
 +
 +
Configure if the HTTP access to 'git' is to be enabled. Default 'enabled'.
 +
 +
===== GitWeb =====
 +
 
 +
Configure if gitweb is enabled or disabled. Default enabled when smeserver-gitweb is installed.
 +
 +
===== GitWebTheme =====
 +
 +
Configure if theme for gitweb is enabled or disabled. Default enabled when smeserver-gitweb-theme is installed.
 +
 +
===== debugging =====
 +
 +
Configure the LogLevel used in apache for debugging the git configuration. Default 'disabled'. Generates a lot of log data. Use with caution.
 +
 +
===== gitweb_access_from =====
 +
 +
Configure network level access to the gitweb interface. Settings 'disabled', 'local' or 'internet'.
 +
 +
===== SystemName =====
 +
 +
Configure the shown system name in gitweb. Defaults to the config db 'SystemName'.
 +
 +
===== DomainName =====
 +
 +
Configure the shown domain name in gitweb. Defaults to the config db 'DomainName'.
    
==== Git client needs to ignore self signed SSL certificates ====
 
==== Git client needs to ignore self signed SSL certificates ====
374

edits

Navigation menu