Changes

Jump to navigation Jump to search
2,534 bytes added ,  09:37, 10 June 2016
Line 3: Line 3:  
[mailto:marco.hess@through-ip.com Marco Hess]
 
[mailto:marco.hess@through-ip.com Marco Hess]
   −
=== Status ===
+
=== Versions ===
As of 10 Feb 2013, RPM's are available from my personal repository (see below) and have been validated on a latest version of SME8. Feedback will be appreciated.
+
{{ #smeversion: smeserver-git}}
 +
{{ #smeversion: smeserver-gitweb}}
 +
{{ #smeversion: smeserver-gitweb-theme}}
    
=== Description ===
 
=== Description ===
This is a place holder for a '''Git''' integration contrib for SME server that is currently under development. It integrates '''git''' with '''git-http-backend''' and '''gitweb''' into SME8. Have a look http://through-ip.com/git for a live instance of the contrib.
+
This is a place holder for a '''Git''' integration and collaboration contrib for SME server. This contrib turns your SME8 or SME9 server into an easy to manage centralised 'git' repository server. Access is with HTTPS and fine grained access permissions are handled through the SME users and groups. Web viewing is provided with the optional '''gitweb''' contrib and its GitHub like theme.
 +
 
 +
Have a look http://through-ip.com/git for a live instance of this contrib.
    
  [[File:Smeserver-git_server_manager_menu.png|right‎]]
 
  [[File:Smeserver-git_server_manager_menu.png|right‎]]
Line 16: Line 20:  
* Per repository network access configurable for either 'Local network Only' or 'Internet'.
 
* Per repository network access configurable for either 'Local network Only' or 'Internet'.
 
* Repositories accessed over HTTP/HTTPS for easy remote access through firewalls.
 
* Repositories accessed over HTTP/HTTPS for easy remote access through firewalls.
* Separately configurable PULL and PUSH permissions.
+
* Access permissions are based on your SME server users and groups configuration.
* Permissions based on SME server users and groups.
+
* Git PULL and PUSH permissions can be controlled separately.
* Support for Anonymous access PULL and/pr PUSH.
+
* Support for '''Anonymous''' access PULL and/or PUSH.
* Separate name space for Git repositories using git as a prefix (i.e. independent of ibays and other resources on the server)
+
* Separate name space for Git repositories using /git as a prefix (i.e. the git repository names are independent of ibays and other resources on the server).
* Email notification of push operations to all users that have either pull or push access to the repository
+
* Automatic email notification of push operations to all users that have either pull or push access to that repository.
* Web viewing of repositories through gitweb.
+
* Web viewing of repositories through gitweb with full view access to local users, but from the internet only the anonymous accessible repositories or with a login, those repositories that that user has permissions for.
* Special GitHub style theme for gitweb viewer (separately installable).
+
* Special GitHub style theme for gitweb viewer (optionally, but highly recommended).
* Gravatars support in gitweb
+
* Syntax colouring when viewing code in the web view.
 +
* Gravatars support in the gitweb web view.
 
* Automatic markdown of README.md into README.html and shown in gitweb repository summary.
 
* Automatic markdown of README.md into README.html and shown in gitweb repository summary.
   Line 29: Line 34:     
=== Installation ===
 
=== Installation ===
There are now RPMs available from my personal repository that can be found at
+
There are now RPMs available from the smedev repository.
 
  −
http://through-ip.com/packages/smeserver/i386/repoview/
  −
 
  −
Source RPMs are also available, as well as cloning with Git from either:
     −
http://through-ip.com/git
+
==== Epel Repository ====
 +
The Git packages and the Highlight comes from the [http://wiki.contribs.org/Epel Epel] repository.
 +
Check the instructions on that wiki page and make sure you use the settings matching your server (either '''SME8''' or '''SME9''').
   −
or from GitHub:
+
On SME8 it installs Git 1.8 from the Epel repository. On SME9 it is only git 1.7 and from the base repository.
 
  −
# https://github.com/MarcoHess/smeserver-git/tree/smeserver-git
  −
# https://github.com/MarcoHess/smeserver-git/tree/smeserver-gitweb
  −
# https://github.com/MarcoHess/smeserver-git/tree/smeserver-gitweb-theme
  −
  −
==== Through IP Repositpory ====
  −
{{Repository|Through-IP}}
  −
 
  −
==== Dag Repositpory ====
  −
The Git packages comes from the [http://wiki.contribs.org/Dag Dag] repository.
  −
Check the instructions on that wiki page and make sure you use the settings for '''SME8'''
      
==== Install the SME Server Git RPM's ====
 
==== Install the SME Server Git RPM's ====
   −
  yum --enablerepo=through-ip --enablerepo=dag install smeserver-git smeserver-gitweb smeserver-gitweb-theme
+
  yum --enablerepo=smecontribs,epel install smeserver-git smeserver-gitweb smeserver-gitweb-theme
    
==== Subversion conflict with smeserver-subversion ====
 
==== Subversion conflict with smeserver-subversion ====
Line 69: Line 61:  
=== Notes on using SME Server Git ===
 
=== Notes on using SME Server Git ===
   −
==== Ignore self signed SSL certificates ====
+
==== Further Configuration ====
   −
Git validates the HTTP SSL security certificate when accessing a repository. With the self signed certificates typical in SME systems you will get an error like '''certificate verify failed''' when accessing the Git repository. You can avoid this problem by disabling this check in your Git client with:
+
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 ====
 +
 
 +
The Git client validates the HTTP SSL security certificate when accessing a repository. With the self signed certificates typical on SME servers, you will get an error like '''certificate verify failed''' when accessing the Git repository. You can avoid this problem by by setting the http sslVerify flag to false. Using a command line, you can do this in your Git client as follows:
    
  git config --global http.sslVerify false
 
  git config --global http.sslVerify false
 +
 +
In a git config file, this looks like:
 +
 +
[http]
 +
    sslVerify = false
    
=== Feedback ===
 
=== Feedback ===
 
I welcome any feedback on this contrib for bugs, features or assistance (e.g. turning it into an RPM). Email me at the address found at the top of this page.
 
I welcome any feedback on this contrib for bugs, features or assistance (e.g. turning it into an RPM). Email me at the address found at the top of this page.
   −
=== Additional information ===
+
=== Additional information on git ===
 
More information about Git can be found on http://git-scm.com/.
 
More information about Git can be found on http://git-scm.com/.
    +
=== Bug Reporting & Tracking ===
 +
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the '''smeserver-git''', '''smeserver-gitweb''' or '''smeserver-gitweb-theme''' component or use these links: {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-git|title=smeserver-git}}, {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-gitweb|title=smeserver-gitweb}}, {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-gitweb-theme|title=smeserver-gitweb-theme}}
 +
 +
Below is an overview of the current issues for these contribs:
 +
==== smeserver-git ====
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-git|noresultsmessage="No open bugs found."}}
 +
==== smeserver-gitweb ====
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-gitweb|noresultsmessage="No open bugs found."}}
 +
==== smeserver-gitweb-theme ====
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-gitweb-theme|noresultsmessage="No open bugs found."}}
 
----
 
----
  
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu