Scissy (简体中文)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Scissy 是一个独立且最小的 git 托管服务。
安装
警告: Scissy 仍处于早期和积极的发展阶段。
创建证书
必须提供 SSL 证书才能运行 scissy,因此必须首先创建它们:
# cd /etc/scissy # openssl req -new -x509 -nodes -newkey rsa:4096 -keyout server.key -out server.crt # chmod 600 server.key server.csr server.crt # chown scissy:scissy server.key server.csr server.crt
初始化 git 帐户
# su scissy - scissy-init
启动 scissy
要在启动时启动 scissy,请启用 scissy.service
。 现在您也可以启动它。
登录到 scissy
现在尝试设置,您可以注册并登录到 https://localhost:19042
成为管理员
您可以通过以下方式获取管理员:
# su scissy - scissy-set-admin my-user-name