ports/devel/gitolite2/files/pkg-message.in
2019-08-13 16:01:59 +00:00

20 lines
537 B
Text

[
{ type: install
message: <<EOM
Final gitolite installation instructions:
Any ssh user can be a gitolite provider. Simply run the following command as
the user:
%%PREFIX%%/bin/gl-setup /path/to/admin.ssh.key.pub
This will setup up the configuration files for gitolite, designating where the
repositories are located and other options.
The admin ssh key allows full access to the gitolite-admin repository where
additional users and repositories can be configured.
By default, the git user is created for use by gitolite.
EOM
}
]