Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/formigarafa/gitito

Simple code hosting application and repository management
https://github.com/formigarafa/gitito

Last synced: 9 days ago
JSON representation

Simple code hosting application and repository management

Awesome Lists containing this project

README

        

# Gitito [![Build Status](https://travis-ci.org/formigarafa/gitito.svg?branch=master)](https://travis-ci.org/formigarafa/gitito)
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