diff options
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 |
commit | ffaf60b234e0568f46b09cd8acf79eed7368a58e (patch) | |
tree | 488caa85cd3082eef59b01c2ddef34f6a792940a /system/gitolite/README.SLACKWARE | |
parent | 7ded051ce66a78257002d9ea15aabd3b6fff9129 (diff) | |
download | slackbuilds-ffaf60b234e0568f46b09cd8acf79eed7368a58e.tar.gz |
system/gitolite: Added (Hosting git repositories).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gitolite/README.SLACKWARE')
-rw-r--r-- | system/gitolite/README.SLACKWARE | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/gitolite/README.SLACKWARE b/system/gitolite/README.SLACKWARE new file mode 100644 index 0000000000..25e949b205 --- /dev/null +++ b/system/gitolite/README.SLACKWARE @@ -0,0 +1,11 @@ +For the first-time setup, you need to have a public key file installed +on the gitolite server. This can be done by issuing the following command: + + gitolite setup -pk /path/to/YourName.pub + +If this command completes without any warnings, you are done. Otherwise, +you probably supplied a key file which already has shell access to the +server. That won't work; you'll have to generate and use a different key pair +for gitolite access and use host aliases to distinguish between the two. The +'setup' command has other uses, more information is available in the README +file installed with the package docs. |