Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 894 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 894 Bytes

Gitito Build Status

Private git repository management. With minimum server requirements. (eg.: Works with Dreamhost shared servers)

Description

Works similar github and gitorious, you register ssh public keys on it, create repositories you can clone, push and pull from these repositories. You can also add collaborators who will have access to the repositories.

Known Issues:

Other users can access everyone's repositories if they know repos addresses. This security check is not done, yet.

Requirements:

Ruby 2.3.7 Other versions to bechecked

Configuration

create files config/gitito.yml and config/database.yml Hint: use config/gitito.yml.example and config/database.yml.example as model to create these files

Install

$ gem install bundler $ bundle install