public
Description: LinisTrac is a clean and simple issue tracker, built from the start to be highly spam-resistant.
Homepage: http://linis.purepistos.net
Clone URL: git://github.com/Pistos/linistrac.git
linistrac / HIM
100644 44 lines (30 sloc) 1.235 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
33
34
35
36
37
38
39
40
41
42
43
44
== LinisTrac
 
LinisTrac is a clean and simple issue tracker, built from the start to be
highly spam-resistant. Linis is a Tagalog word that means "clean".
 
A demo is running at http://linis.purepistos.net .
Come chat about LinisTrac and get help in irc.freenode.net #ramaze or #mathetes.
 
=== Requirements
 
- Ramaze: git clone git://github.com/manveru/ramaze.git
- DBI: http://ruby-dbi.rubyforge.org
- M4DBI: wget http://rome.purepistos.net/m4dbi/m4dbi-nightly.gem
- AuthAC: http://rome.purepistos.net/auth-ac/auth-ac-latest.gem
- PostgreSQL
 
=== Installation
 
  git clone git://github.com/Pistos/linistrac.git
  # As a user with sufficient PostgreSQL permissions:
  createuser linis
  createdb -O linis linis-trac
  cd linistrac
  cat sql/schema.sql | psql -U linis linis-trac
  cat sql/initial-data.sql | psql -U linis linis-trac
  
=== Usage
  
  cd linistrac
  ruby start.rb
  
Browse to http://localhost:8004
Login with username 'admin', password 'admin'.
Go to Admin section and add your Akismet API key (optional, but strongly recommended).
 
=== Notes
 
MySQL support is potentially forthcoming.
 
=== Feedback and Support
 
On IRC: irc.freenode.net ##mathetes or ##ramaze .
Use http://mibbit.com if you don't have an IRC client.