MonoForge

parabuzzle / lookgit

lookgit

Public

Web based git repository server for Small to Large development teams

160 filesupdated Jun 18, 2026

README

This is a server for administrating your git repos on your local network with a small to large development teams.

RAILS VERSION The Rails version is in early stages of development and is far more feature rich. The app is designed for small to large dev teams and supports multiple levels of authentication and repository moderation. Repositories can be public or private and can be hosted on a public internet server without threat to your private repositories.

GETTING STARTED

Requirements: Rails 2.1.0

GEMS: open4 mojombo-grit - DO NOT USE grit! syntaxi

Copy config/database-example.yml to config/database.yml Edit config/database.yml

Copy config/siteprops-example.yml to config/siteprops.yml Edit config/siteprops.yml

Run rake db:migrate to create your database

Start the app script/server