public
Description: Provide a nicer looking web interface for ticgit
Clone URL: git://github.com/pope/ticgit-watchtower.git
pope (author)
Sat May 10 13:12:46 -0700 2008
commit  d682033cbcf35f62396efdb02cdc97d3f0851f06
tree    ceeb4e6eac46fff3f5d09330c01e217d0a8b5e0e
parent  0dfb827980d151af5f4b1facea65841989168806
name age message
file .gitignore Thu May 08 14:54:39 -0700 2008 Ignoring build and pkg directories [pope]
file README Sat May 10 13:12:46 -0700 2008 Added a README document [pope]
file Rakefile Thu May 08 14:53:53 -0700 2008 Added a gem specification to build out the tiwa... [pope]
directory views/ Sat May 10 13:01:51 -0700 2008 Added the saved views route and styled up the s... [pope]
file watchtower.rb Sat May 10 13:01:51 -0700 2008 Added the saved views route and styled up the s... [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.