mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ffaf60b234
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
515 B
Text
13 lines
515 B
Text
gitolite (Hosting git repositories)
|
|
|
|
Gitolite allows you to setup git hosting on a central server, with very
|
|
fine-grained access control and many (many!) more powerful features.
|
|
|
|
This script expects and offers commands to create 'gitolite' user and a
|
|
group. Switching to a more popular username, such as 'git', is done by
|
|
running the script like this:
|
|
|
|
GL_USER=git GL_GROUP=git ./gitolite.SlackBuild
|
|
|
|
See README.SLACKWARE (which is also installed with the package docs) for
|
|
setup, configuration, and usage hints.
|