public
Description: Provide a nicer looking web interface for ticgit
Clone URL: git://github.com/pope/ticgit-watchtower.git
Search Repo:
pope (author)
Sat May 10 19:44:20 -0700 2008
commit  c8c30343986d0c710f73dcc3937ca1848053c301
tree    211daeb673d100785d94217ce4ba44f4823fc756
parent  3b1cf66ba42d1e714a72faa33b2d6def2a8a0c7b
name age message
folder .gitignore Thu May 08 14:54:39 -0700 2008 Ignoring build and pkg directories [pope]
folder README Sat May 10 13:12:46 -0700 2008 Added a README document [pope]
folder Rakefile Thu May 08 14:53:53 -0700 2008 Added a gem specification to build out the tiwa... [pope]
folder views/ Sat May 10 19:44:20 -0700 2008 The to the ticket assigned field was improperly... [pope]
folder watchtower.rb Sat May 10 16:22:48 -0700 2008 Added the ability to change to whom an issue is... [pope]
README
= Ticgit-Watchtower

Ticgit-Watchtower is a web interface to ticgit, a issue tracker that is built
into git

== Usage

From the command line

  # tiwatchtower <<path_to_git_repository>>

That will start Sinatra on the default port of 4567.  Any options sinatra has,
so does tiwatchtower, such as setting the port and setting the environment.

== Installation

Ticgit-Watchtower has the following dependencies

* sinatra
* haml
* gravatar
* git
* ticgit

Then to compile and install the ticgit-watchtower gem

  # rake
  # sudo gem install pkg/ticgit-watchtower-0.1.0.gem

Now have fun.