Scissy
Scissy is a standalone and minimal git hosting service.
Installation
Warning: Scissy is still in early and active development.
Install the scissyAUR package.
Create certificate
You have to provide SSL certificate to run scissy, so you have to create them first:
# 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
Initialize git account
# su scissy - scissy-init
Login to scissy
Now to try your setup, you can register and login into https://localhost:19042
Become admin
You can get admin by doing:
# su scissy - scissy-set-admin my-user-name
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.