Project

gitgo

0.0
No commit activity in last 3 years
No release in over 3 years
Issues, comments, and a wiki for git projects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.9.11
>= 0.5.3
>= 0.5.0

Runtime

= 2.0.0
= 1.1.9
>= 1.1.0
= 4.2.2
= 0.9.4
 Project Readme
= Gitgo

Gitgo -- git-driven issues, comments, and a wiki... to go.

== Description

Gitgo is an issue tracker that stores issue information in a git repository.

At present gitgo is in a developmental state. While the backend and data model
both work and appear to be robust, the front-end is highly lacking. Usage will
be difficult without insider knowledge.

== Usage

In the working directory for a git repository:

  % gitgo

Then visit http://localhost:8080 in a web browser. 

== Installation

Gitgo is not available as a gem yet.  To clone the project and build your own:

  % git clone git://github.com/pinnacol/gitgo.git
  % cd gitgo
  % rake gem
  % gem install pkg/gitgo-...

== Development 

Gitgo is open-source and welcomes help from the community!  To get started:

  % git clone git://github.com/pinnacol/gitgo.git
  % cd gitgo
  % rake test

To see bugs tracked in the gitgo repo:

  % bin/gitgo

== Info 

Developer:: {Simon Chiang}[http://bahuvrihi.wordpress.com]
License:: {MIT-Style}[link:files/License_txt.html]