module Golem
Golem
provides an easy way to host and manage access to git repositories on a server under a single user. More details can be found:
-
for configuration at {Golem::Config},
-
for database handling at {Golem::DB},
-
for access control at {Golem::Access},
-
for commands at {Golem::Command},
-
for general help at {file:README}.
Public Class Methods
configure(opts_or_path = nil, &block)
click to toggle source
Configure Golem
. @see Golem::Config.configure
# File lib/golem.rb, line 17 def self.configure(opts_or_path = nil, &block) Config.configure(opts_or_path, &block) self end