How to Install gitano in Ubuntu 18.04



Install gitano by entering the following commands in the terminal:

sudo apt update
sudo apt install gitano

Description:

Git service manager

Gitano is a Git service manager along similar lines to Gitosos or Gitolite. Gitano is focussed on being configured entirely via Git and can be commanded over SSH. Gitano has support for running hooks with limited functionality in a sandbox so as to allow for untrusted parties writing hook code. Gitano also has a fully-fledged ACL system which allows individual projects to create their own rulesets, along with supporting complex delegable permissions.

Homepage: https://www.gitano.org.uk/

Version: 1.1-1

Section: universe/interpreters