public
Description: Provide a nicer looking web interface for ticgit
Clone URL: git://github.com/pope/ticgit-watchtower.git
pope (author)
Sat May 10 20:15:49 -0700 2008
commit  361b4c332e580337a76e48001344861c39e2c465
tree    78ccbe82c66e9dd2ba24537a46f5ffe5353cb453
parent  c8c30343986d0c710f73dcc3937ca1848053c301
100644 32 lines (20 sloc) 0.597 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
= 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
* RedCloth
 
Then to compile and install the ticgit-watchtower gem
 
  # rake
  # sudo gem install pkg/ticgit-watchtower-0.1.0.gem
 
Now have fun.