Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/formigarafa/gitito
- Owner: formigarafa
- Created: 2012-05-10T20:46:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T08:20:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T23:52:35.612Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 32.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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