diff options
Diffstat (limited to 'system/gitolite/README')
-rw-r--r-- | system/gitolite/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/gitolite/README b/system/gitolite/README new file mode 100644 index 0000000000..7b689ef7ac --- /dev/null +++ b/system/gitolite/README @@ -0,0 +1,13 @@ +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. |