summaryrefslogtreecommitdiffstats
path: root/system/gitolite/README
diff options
context:
space:
mode:
author Mario Preksavec <mario at slackware dot hr>2015-02-12 00:17:10 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-12 00:17:10 +0700
commitffaf60b234e0568f46b09cd8acf79eed7368a58e (patch)
tree488caa85cd3082eef59b01c2ddef34f6a792940a /system/gitolite/README
parent7ded051ce66a78257002d9ea15aabd3b6fff9129 (diff)
downloadslackbuilds-ffaf60b234e0568f46b09cd8acf79eed7368a58e.tar.gz
slackbuilds-ffaf60b234e0568f46b09cd8acf79eed7368a58e.tar.xz
system/gitolite: Added (Hosting git repositories).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gitolite/README')
-rw-r--r--system/gitolite/README13
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.